Labels OnAxis property

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Glenn F. Henriksen
Newbie
Newbie
Posts: 52
Joined: Tue Mar 04, 2003 5:00 am

Labels OnAxis property

Post by Glenn F. Henriksen » Sun Oct 17, 2004 3:24 pm

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 ?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Oct 18, 2004 2:34 pm

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).

Post Reply