MaxVisibleSeriesValue

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
sjhein
Newbie
Newbie
Posts: 1
Joined: Wed Sep 03, 2014 12:00 am

MaxVisibleSeriesValue

Post by sjhein » Tue Sep 09, 2014 12:17 am

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

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

Re: MaxVisibleSeriesValue

Post by Narcís » Fri Sep 12, 2014 11:11 am

Hi Scott,

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

Post Reply