Enum ToolbarMode
Specifies the visibility mode for zooming toolbar items.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ToolbarMode
Fields
| Name | Description |
|---|---|
| Always | Zooming toolbar items are always visible. |
| None | Zooming toolbar items are not visible even when chart is zoomed. |
| OnDemand | Zooming toolbar items are visible only while the chart is zoomed. |