Class ChartZoomStartEventArgs
This class provides event data for the ZoomStart Event.
Inherited Members
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class ChartZoomStartEventArgs : ChartZoomEventArgs
Constructors
ChartZoomStartEventArgs(ChartAxis, Double, Double)
Initializes a new instance of the ChartZoomStartEventArgs class.
Declaration
public ChartZoomStartEventArgs(ChartAxis axis, double currentZoomFactor, double currentZoomPosition)
Parameters
Type | Name | Description |
---|---|---|
ChartAxis | axis | |
System.Double | currentZoomFactor | |
System.Double | currentZoomPosition |
Properties
Cancel
Get or set indicates whether to continue the zooming action.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |