Class ChartSelectionZoomDeltaEventArgs
This class provides event data for the SelectionZoomDelta Event.
Inherited Members
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class ChartSelectionZoomDeltaEventArgs : ChartSelectionZoomEventArgs
Constructors
ChartSelectionZoomDeltaEventArgs(Rect)
Initializes a new instance of the ChartSelectionZoomDeltaEventArgs class.
Declaration
public ChartSelectionZoomDeltaEventArgs(Rect zoomRect)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Graphics.Rect | zoomRect |
Properties
Cancel
Get or set indicates whether to continue the selection zooming action.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |