ClassChartZoomChangedEventArgs
Class
Provides data for the ZoomChanged event.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class ChartZoomChangedEventArgs : EventArgs
Inheritance: objectEventArgsChartZoomChangedEventArgs
Inherited Members
Constructors
ChartZoomChangedEventArgs(Size, Size)
Initializes a new instance of the ChartZoomChangedEventArgs class.
Properties
NewZoom
Gets the new zoom (scale) of the chart.
Declaration
cs-api-definition
public Size NewZoom { get; }
Property Value
Size
PreviousZoom
Gets the previous zoom (scale) of the chart.
Declaration
cs-api-definition
public Size PreviousZoom { get; }
Property Value
Size