Page 1 of 1

Problem with automatic axis scale

Posted: Sun Sep 25, 2005 11:37 pm
by 9637403
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.

Posted: Mon Sep 26, 2005 9:42 am
by narcis
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;