Class ToolbarItems
Specifies the zooming toolkit types.
Inheritance
System.Object
ToolbarItems
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ToolbarItems : Enum
Fields
Pan
Defines the pan button to be render.
Declaration
public const ToolbarItems Pan
Field Value
Type |
---|
ToolbarItems |
Reset
Defines the reset button to be render.
Declaration
public const ToolbarItems Reset
Field Value
Type |
---|
ToolbarItems |
Zoom
Defines the zoom button to be render.
Declaration
public const ToolbarItems Zoom
Field Value
Type |
---|
ToolbarItems |
ZoomIn
Defines the zoom in button to be render.
Declaration
public const ToolbarItems ZoomIn
Field Value
Type |
---|
ToolbarItems |
ZoomOut
Defines the zoom out button to be render.
Declaration
public const ToolbarItems ZoomOut
Field Value
Type |
---|
ToolbarItems |