Class ChartSelectionZoomEventArgs
This class provides event data for the SelectionZoomStart and SelectionZoomEnd Event.
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class ChartSelectionZoomEventArgs : EventArgs
Constructors
ChartSelectionZoomEventArgs(Rect)
Initializes a new instance of the ChartSelectionZoomEventArgs class.
Declaration
public ChartSelectionZoomEventArgs(Rect zoomRect)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Graphics.Rect | zoomRect |
Properties
ZoomRect
Gets the zoom rectangle values during selection zooming.
Declaration
public Rect ZoomRect { get; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Rect |