ASPNET Zoom TeeChartNET 2.0.2040.15119

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
GLE client
Newbie
Newbie
Posts: 9
Joined: Mon Jul 04, 2005 4:00 am
Location: Belgium
Contact:

ASPNET Zoom TeeChartNET 2.0.2040.15119

Post by GLE client » Mon Aug 08, 2005 5:58 am

Hi,
What is the method to use to calculate with precision the real values of each point of the rectangle selection zoom (using the values x0,x1,y0,y1 passed in the request) ? The method I want must be compatible with the last version 2.0.2040.1511.
Thanks

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Aug 08, 2005 11:34 am

Hi,

I'm not sure if this is what you're looking for. The method used in the Zoom Tool is :
Chart.Zoom.ZoomRect(r);
where r is a Rectangle.

Post Reply