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
X
Zooming will be done along x-axis
Declaration
public const ZoomMode X
Field Value
Type |
---|
ZoomMode |
XY
Zooming will be done along both axis.
Declaration
public const ZoomMode XY
Field Value
Type |
---|
ZoomMode |
Y
Zooming will be done along y-axis
Declaration
public const ZoomMode Y
Field Value
Type |
---|
ZoomMode |