Class ZoomMode
Represents zooming modes of SfChart
Inheritance
System.Object
ZoomMode
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class ZoomMode : Enum
Fields
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
X
Zooming will be done along x-axis
Declaration
public const ZoomMode X
Field Value
Type | Description |
---|---|
ZoomMode |
XY
Zooming will be done along both axis.
Declaration
public const ZoomMode XY
Field Value
Type | Description |
---|---|
ZoomMode |
Y
Zooming will be done along y-axis
Declaration
public const ZoomMode Y
Field Value
Type | Description |
---|---|
ZoomMode |