Class SFChartZoomMode
Represents the modes of chart zooming.
Inheritance
System.Object
SFChartZoomMode
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartZoomMode : Enum
Fields
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
X
Zooming enabled only to X axis.
Declaration
public const SFChartZoomMode X
Field Value
Type | Description |
---|---|
SFChartZoomMode |
XY
Zooming enabled to both X and Y axis.
Declaration
public const SFChartZoomMode XY
Field Value
Type | Description |
---|---|
SFChartZoomMode |
Y
Zooming enabled only to Y axis.
Declaration
public const SFChartZoomMode Y
Field Value
Type | Description |
---|---|
SFChartZoomMode |