Page 1 of 1

Label Ordering

Posted: Tue Feb 24, 2004 10:21 pm
by 8120653
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?

Posted: Fri Feb 27, 2004 12:31 pm
by Chris
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