Class
ChartZoomUpdatedEventArgs

Provides data for chart zoom updated events.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ChartZoomUpdatedEventArgs : EventArgs

Inheritance: objectEventArgsChartZoomUpdatedEventArgs

Inherited Members EventArgs.Empty

Constructors

ChartZoomUpdatedEventArgs(Size, Size)

Initializes a new instance of the ChartZoomUpdatedEventArgs class.

Declaration

cs-api-definition
public ChartZoomUpdatedEventArgs(Size newZoom, Size oldZoom)

Parameters

newZoom

Size

The new zoom value.

oldZoom

Size

The previous zoom value.

Properties

NewZoom

Gets the new zoom value.

Declaration

cs-api-definition
public Size NewZoom { get; }

Property Value

Size

The new zoom size.

OldZoom

Gets the previous zoom value.

Declaration

cs-api-definition
public Size OldZoom { get; }

Property Value

Size

The previous zoom size.