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