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
geographic numeric format
Hi Jeff,
The problem is that your axis should be set as datetime in order to display days, hours,...
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |