Page 1 of 1

MaxVisibleSeriesValue

Posted: Tue Sep 09, 2014 12:17 am
by 15670129
I am in the process of upgrading an application using an older AX version of TeeChart to .Net. In the AX version I used teeChart.Axes.Left.MaxVisibleSeriesValue and .Axes.Left.MinVisibleSeriesValue to zoom the Y-axis of a scrolling XY trend plot automatically to the max/min of the visible data points. I can't seem to find an equivalent in the .Net version of TeeChart. What is the best way to zoom to the visible data in the .NET version?

Thanks,
-Scott

Re: MaxVisibleSeriesValue

Posted: Fri Sep 12, 2014 11:11 am
by narcis
Hi Scott,

tChart1.Axes.Left.Minimum and tChart1.Axes.Left.Maximum should do the same provided axes are automatic.