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
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
X
Zooming will take place on the x-axis.
Declaration
public const ZoomMode X
Field Value
Type | Description |
---|---|
ZoomMode |
XY
Zooming will take place on both axes.
Declaration
public const ZoomMode XY
Field Value
Type | Description |
---|---|
ZoomMode |
Y
Zooming will take place on the y-axis.
Declaration
public const ZoomMode Y
Field Value
Type | Description |
---|---|
ZoomMode |