Label Ordering
-
- Newbie
- Posts: 11
- Joined: Thu Mar 06, 2003 5:00 am
Label Ordering
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?
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
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.
Regards,
Marc Meumann
Steema Support
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;
Marc Meumann
Steema Support