Provides data for the ZoomChanged event.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartZoomChangedEventArgs : EventArgs
Inheritance: objectEventArgsChartZoomChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the ChartZoomChangedEventArgs class.
Properties
NewZoom
Size
Gets the new zoom (scale) of the chart.
C#
public Size NewZoom { get; }
PreviousZoom
Size
Gets the previous zoom (scale) of the chart.
C#
public Size PreviousZoom { get; }