Class
ChartZoomChangedEventArgs

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 EventArgs.Empty

Constructors

ChartZoomChangedEventArgs(Size, Size)

Initializes a new instance of the ChartZoomChangedEventArgs class.

Declaration

cs-api-definition
public ChartZoomChangedEventArgs(Size previousZoom, Size newZoom)

Parameters

previousZoom

Size

The previous value of Zoom property.

newZoom

Size

The new value of Zoom property.

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