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
X
Zooming enabled only to X axis.
Declaration
public const SFChartZoomMode X
Field Value
Type |
---|
SFChartZoomMode |
XY
Zooming enabled to both X and Y axis.
Declaration
public const SFChartZoomMode XY
Field Value
Type |
---|
SFChartZoomMode |
Y
Zooming enabled only to Y axis.
Declaration
public const SFChartZoomMode Y
Field Value
Type |
---|
SFChartZoomMode |