Problem with automatic axis scale
Problem with automatic axis scale
I need to have the minimum value for an axis set to 0 and the maximum value automatic. When I set this up in TeeEditor and save and reload the chart in ten format the maximum axis is no longer automatic. It seems that the min and max auto values are being overridden by the global automatic scale value.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Adrian,
Yes, you are right. I have been able to reproduce that and have added the issue to our defect list (TF02010965) to be fixed for future releases. In the meantime, a workaround is using something like:
Yes, you are right. I have been able to reproduce that and have added the issue to our defect list (TF02010965) to be fixed for future releases. In the meantime, a workaround is using something like:
Code: Select all
tChart1.Import.Template.Load(@"c:\temp\axis.ten");
tChart1.Axes.Left.AutomaticMaximum=true;
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 |