Page 1 of 1

Labels OnAxis property

Posted: Sun Oct 17, 2004 3:24 pm
by 8119814
Labels OnAxis property only seems to affect the axis maximum value label, not the minimum value label (which is often not at the axis minimum). RoundFirst is false. Series is of type line and axis is custom. Could you look into it ?

Posted: Mon Oct 18, 2004 2:34 pm
by Pep
Hi.

setting labels OnAxis to true and RoundFirstLabel to false should do the trick in most of the cases, but sometimes if the labels are too tight, the internal drawing algorithm automatically applies anti overlapping algorithm and doesn't display axis labels. In that case the solutiion could be to set a Minimum Offset or add custom labels to the Axis (you can see one example of this in the Demo Features project).