Page 1 of 1

geographic numeric format

Posted: Thu May 07, 2009 3:43 pm
by 15052934
I'm having trouble getting the geographic numeric format to function for axis labels. I tried the following:

Add a chart to a dialog and open the editor.
Add a series and set some random data.
Select Axis.Left Axis.Format and open the numeric Format dialog.
Select something from the geographic list. The resulting display is the text of the selected format rather than a formatted number.

I'm assuming this has something to do with the data source, but I can't find any documentation on it.

Thanks,

Jeff Bell

Posted: Fri May 08, 2009 7:39 am
by yeray
Hi Jeff,

The problem is that your axis should be set as datetime in order to display days, hours,...

Code: Select all

TChart1.Series(0).YValues.DateTime = True