Problem with automatic axis scale

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Adrian
Advanced
Posts: 116
Joined: Thu Jun 23, 2005 4:00 am

Problem with automatic axis scale

Post by Adrian » Sun Sep 25, 2005 11:37 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Sep 26, 2005 9:42 am

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:

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply