Class ZoomMode
Indicates zooming modes of the chart.
Inheritance
System.Object
ZoomMode
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public sealed class ZoomMode : Enum
Fields
X
Zooming will take place on the x-axis.
Declaration
public const ZoomMode X
Field Value
Type |
---|
ZoomMode |
XY
Zooming will take place on both axes.
Declaration
public const ZoomMode XY
Field Value
Type |
---|
ZoomMode |
Y
Zooming will take place on the y-axis.
Declaration
public const ZoomMode Y
Field Value
Type |
---|
ZoomMode |