AxisLabelStyle question
Posted: Thu Dec 04, 2003 10:23 am
Hello.
I have a chart which contains severeal different Series (Line, HighLow, etc) and I want to change the bottom axislabels from displaying 0,1,2...
When I set the AxisLabelStyle to Text atleast the numbering disapperad, but I do not understand how to set the text. In the helpfile I can read that the texts are collected from Series.XLabels, but this property I do not find anywhere. Also, which serie's text is it that will show on the labels? It can't be all of them, right?
Code I used:
chartCtrl.Axes.Bottom.Labels.Style = AxisLabelStyle.Text
Thanks!
/David.
I have a chart which contains severeal different Series (Line, HighLow, etc) and I want to change the bottom axislabels from displaying 0,1,2...
When I set the AxisLabelStyle to Text atleast the numbering disapperad, but I do not understand how to set the text. In the helpfile I can read that the texts are collected from Series.XLabels, but this property I do not find anywhere. Also, which serie's text is it that will show on the labels? It can't be all of them, right?
Code I used:
chartCtrl.Axes.Bottom.Labels.Style = AxisLabelStyle.Text
Thanks!
/David.