Hi,
on the Bottom Axis I am use DateTime, and doing a SetMinMax(StartDate, EndDate).
I am then using the Chart_GetAxisLabel(0 to do some formatting of the Label text. The Event is being called out in the order Endtime to StartTime, that is the right-hand label is called first, and the left-hand lable called last.
is there any way to reverse this Event callout Order? I would like to be able to detect changes in Day, which I can only do in incrementing time.
thanks,
Label Drawing Order
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi matthbri,
This depends on the label style. However a workaround is adding a label with each point when populating the series, even a blank space label makes the labels drawn in the order you want.
This depends on the label style. However a workaround is adding a label with each point when populating the series, even a blank space label makes the labels drawn in the order you want.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |