Class ChartZoomEventArgs
Provides data for RadChart.Zoom event.
Inheritance
System.Object
System.EventArgs
ChartZoomEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.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
|