Page 1 of 1

Label Drawing Order

Posted: Tue Oct 03, 2006 9:48 pm
by 9790735
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,

Posted: Wed Oct 04, 2006 11:45 am
by narcis
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.