Class ChartSelectionZoomDeltaEventArgs
This class provides data for the SelectionZoomDelta event.
Inherited Members
Namespace: Syncfusion.Maui.Toolkit.Charts
Assembly: Syncfusion.Maui.Toolkit.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
Gets or sets a value indicating whether to cancel the ongoing selection zooming action in the chart.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |