Label Drawing Order

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
matthbri
Newbie
Newbie
Posts: 43
Joined: Wed Mar 22, 2006 12:00 am

Label Drawing Order

Post by matthbri » Tue Oct 03, 2006 9:48 pm

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,

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Oct 04, 2006 11:45 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply