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
MaxVisibleSeriesValue
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: MaxVisibleSeriesValue
Hi Scott,
tChart1.Axes.Left.Minimum and tChart1.Axes.Left.Maximum should do the same provided axes are automatic.
tChart1.Axes.Left.Minimum and tChart1.Axes.Left.Maximum should do the same provided axes are automatic.
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 |