Page 1 of 1

Axis labelling increments etc

Posted: Fri May 06, 2005 8:57 am
by 9083304
Sorry to be a pain but my helpfiles are a little too unhelpful. Plotting on right axis, I have to set Min/Max manually to enable local scaling as opposed to global scaling on my chart.
I then call .AdjustMinMax (.Automatic = False). Sometimes it comes out looking good, other times there are just too many labels.
Is there a way to restrict the total number of labels the control will add to an axis to a fixed number, for example 8 or 10?

Posted: Fri May 06, 2005 9:13 am
by narcis
Hi Ross,

You can try to set the axis increment (TChart1.Axis.Right.Increment), combined with custom min. and max. values should give you what you request.