Class ToolbarMode
Specifies the visibility mode for zooming toolbar items.
Inheritance
System.Object
ToolbarMode
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ToolbarMode : Enum
Fields
Always
The zooming toolbar items are always visible even though the chart has not zoomed.
Declaration
public const ToolbarMode Always
Field Value
Type | Description |
---|---|
ToolbarMode | Always |
None
The zooming toolbar items won't be visible even though the chart is zoomed.
Declaration
public const ToolbarMode None
Field Value
Type | Description |
---|---|
ToolbarMode | None |
OnDemand
The zooming toolbar items are only visible while the chart has zoomed.
Declaration
public const ToolbarMode OnDemand
Field Value
Type | Description |
---|---|
ToolbarMode | OnDemand |