Class ChartZoomEventArgs
Provides data for RadChart.Zoom event.
Inheritance
System.Object
System.EventArgs
ChartZoomEventArgs
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class ChartZoomEventArgs : EventArgs
Constructors
ChartZoomEventArgs(Double, Double, Double, Double)
Declaration
public ChartZoomEventArgs(double xScaleOld, double xScaleNew, double yScaleOld, double yScaleNew)
Parameters
System.Double
xScaleOld
|
System.Double
xScaleNew
|
System.Double
yScaleOld
|
System.Double
yScaleNew
|
Properties
XScaleNew
Declaration
public double XScaleNew { get; set; }
Property Value
System.Double
|
XScaleOld
Declaration
public double XScaleOld { get; set; }
Property Value
System.Double
|
YScaleNew
Declaration
public double YScaleNew { get; set; }
Property Value
System.Double
|
YScaleOld
Declaration
public double YScaleOld { get; set; }
Property Value
System.Double
|