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