Class ChartSelectionZoomEventArgs
This class provides data for the SelectionZoomStart and SelectionZoomEnd events.
Namespace: Syncfusion.Maui.Toolkit.Charts
Assembly: Syncfusion.Maui.Toolkit.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 values of the zoom rectangle during selection zooming.
Declaration
public Rect ZoomRect { get; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Rect |