Class ZoomMode
Specifies the zooming mode.
Inheritance
System.Object
ZoomMode
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ZoomMode : Enum
Fields
X
Zooms with respect to the horizontal axis.
Declaration
public const ZoomMode X
Field Value
Type |
---|
ZoomMode |
XY
Zooms regarding both vertical and horizontal axes.
Declaration
public const ZoomMode XY
Field Value
Type |
---|
ZoomMode |
Y
Zooms with respect to the vertical axis.
Declaration
public const ZoomMode Y
Field Value
Type |
---|
ZoomMode |