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
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
X
Defines chart will be zoomed with respect to horizontal axis.
Declaration
public const ZoomMode X
Field Value
Type | Description |
---|---|
ZoomMode |
XY
Defines chart will be zoomed with respect to both vertical and horizontal axis.
Declaration
public const ZoomMode XY
Field Value
Type | Description |
---|---|
ZoomMode |
Y
Defines chart will be zoomed with respect to vertical axis.
Declaration
public const ZoomMode Y
Field Value
Type | Description |
---|---|
ZoomMode |