We have a problem with the axis when the values are very small.
The vertical guides and the step values are not shown so you can not tell what is the magnitude of the values shown in the graph.
I have exported the graph data to show the problem. Here is a link to the example project: http://www.optience.com/Files/TeeChartXAxisProblem.zip
Thank you.
Trouble with small values in the X-Axis
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi OptUser,
You can try setting a left axis increment according to your data values:
or even set it to zero:
You can try setting a left axis increment according to your data values:
Code: Select all
TChart1.Import.LoadFromFile "data.tee"
TChart1.Axis.Left.Increment = 0.0000025
Code: Select all
TChart1.Import.LoadFromFile "data.tee"
TChart1.Axis.Left.Increment = 0
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
![]() ![]() ![]() ![]() ![]() ![]() |
Instructions - How to post in this forum |