Enum ZoomMode
Specifies the zooming mode.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ZoomMode
Fields
| Name | Description |
|---|---|
| X | Zooms with respect to the horizontal axis. |
| XY | Zooms regarding both vertical and horizontal axes. |
| Y | Zooms with respect to the vertical axis. |