Label Ordering

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
smcmickens
Newbie
Newbie
Posts: 11
Joined: Thu Mar 06, 2003 5:00 am

Label Ordering

Post by smcmickens » Tue Feb 24, 2004 10:21 pm

I have a chart that shows # of minutes in downtime per shift per area. The chart shows each area with a bar for each shift along the graph. The problem I am having is since I am using the areaid for grouping so the bars for each shift for that area appear next to each other, the labels sometimes overlap. I am using the text value which corresponds to the name of the area versus its id on the bottom axes. Is there a way to either stop the labels from being overlapped or reorder the points such the order is by the text name of the label versus the value?

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Fri Feb 27, 2004 12:31 pm

Hello,

Please check you are using the latest build of TeeChart, Build 1.1.1499.42325. Label overlap issues were resolved in a recent update.

If you are using the latest version check that the Minimum Label Increment is set to (for example) 10.

eg.

Code: Select all

tChart1.Axes.Bottom.Labels.Separation=10;
Regards,
Marc Meumann
Steema Support

Post Reply