Hi All,
When ScrollScale.Visible = false (for Axis.X) row labels are visible (labels are loaded via: myChart.Data.SetRowLabels(someStringArray) )
If I only set ScrollScale.Visible = true, labels are not visible.
Any ideas?
Thanks for help :)
I'm not sure how to reproduce this problem. Could you attach screenshots?
I think, these screens will be OK
ScrollScale.Visible = true (for X Axis) :
ScrollScale.Visible = false (for X Axis) :
You can try extending the X-axis space with:
this.ultraChart1.Axis.X.Extent = 150;
Thanks, now is OK.