Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
line chart row series labels
posted

HI,

 I have a 2d line chart that needs to have labels on the x axis of weeks 1 to 52, and underneath it series labels of month name.

 I have already written the follwing and I can get my row labels showing ok:

line_chart.Data.SwapRowsAndColumns = true

line_chart.Data.UseRowLabelsColumn = true

line_chart.Data.RowLabelsColumn = 3

l get row labels of weeks 1 to 52 using this code.

 

How do I get a series row label underneath my row labels? I have another column in my datatable with the month name for each row.

 

Thanks in advance.

Parents Reply Children
No Data