Class SFChartZoomPanState
Defines the zoom pan state for zoom, pan and select zoom info.
Inheritance
System.Object
SFChartZoomPanState
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartZoomPanState : Enum
Fields
Began
When a continuous zoom, pan or select zoom is start, the state is set to Began.
Declaration
public const SFChartZoomPanState Began
Field Value
Type |
---|
SFChartZoomPanState |
Changed
After changed the zoom, pan or selection zoom level.
Declaration
public const SFChartZoomPanState Changed
Field Value
Type |
---|
SFChartZoomPanState |
Changing
Before changing the zoom, pan or selection zoom level.
Declaration
public const SFChartZoomPanState Changing
Field Value
Type |
---|
SFChartZoomPanState |
Ended
When a continuous zoom, pan or selection zoom has finished, the state is set to Ended.
Declaration
public const SFChartZoomPanState Ended
Field Value
Type |
---|
SFChartZoomPanState |