New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides data for chart zoom updated events.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public class ChartZoomUpdatedEventArgs : EventArgs

Inheritance: objectEventArgsChartZoomUpdatedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ChartZoomUpdatedEventArgs class.

C#
public ChartZoomUpdatedEventArgs(Size newZoom, Size oldZoom)
Parameters:newZoomSize

The new zoom value.

oldZoomSize

The previous zoom value.

Properties

Gets the new zoom value.

C#
public Size NewZoom { get; }
Property Value:

The new zoom size.

Gets the previous zoom value.

C#
public Size OldZoom { get; }
Property Value:

The previous zoom size.