I have problem with labels on the graph axis.
I use an extended graph control.
With a 3D graph the value axis ie. y-axis is labeled atomatically.
But I don't really know how to label the x and z axis in a good way. Now I use LabelText and ZLabelText but they set a label for the point defined by thispoint property and this make a label for each point in the graph. That can't be read because there comes up to many labels. I wan't to now how I can set the labels in a clever way like the y-axis does.
eg.
If my x-values begin with 41.3 and ends with 93.7 I would like to get labels on the axis like: 40, 50, 60, 70, 80, 90, 100. But it seems like this can't be done when I have to use thispoint to set a label and the points may not be natural numbers like 40, 50 etc.
Would be grateful for answers
Thanks
I use an extended graph control.
With a 3D graph the value axis ie. y-axis is labeled atomatically.
But I don't really know how to label the x and z axis in a good way. Now I use LabelText and ZLabelText but they set a label for the point defined by thispoint property and this make a label for each point in the graph. That can't be read because there comes up to many labels. I wan't to now how I can set the labels in a clever way like the y-axis does.
eg.
If my x-values begin with 41.3 and ends with 93.7 I would like to get labels on the axis like: 40, 50, 60, 70, 80, 90, 100. But it seems like this can't be done when I have to use thispoint to set a label and the points may not be natural numbers like 40, 50 etc.
Would be grateful for answers
Thanks