Class ChartZoomChangedEventArgs
Provides data for the ZoomChanged event.
Inheritance
System.Object
ChartZoomChangedEventArgs
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartZoomChangedEventArgs : EventArgs
Constructors
ChartZoomChangedEventArgs(Size, Size)
Initializes a new instance of the Chart
Declaration
public ChartZoomChangedEventArgs(Size previousZoom, Size newZoom)
Parameters
Properties
NewZoom
Gets the new zoom (scale) of the chart.
Declaration
public Size NewZoom { get; }
Property Value
System.
|
PreviousZoom
Gets the previous zoom (scale) of the chart.
Declaration
public Size PreviousZoom { get; }
Property Value
System.
|