geographic numeric format

TeeChart for ActiveX, COM and ASP
Post Reply
jbell
Newbie
Newbie
Posts: 9
Joined: Thu Apr 09, 2009 12:00 am

geographic numeric format

Post by jbell » Thu May 07, 2009 3:43 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Fri May 08, 2009 7:39 am

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
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply