Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarItems - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    ToolbarItems

    Reset

    Defines the reset button to be render.

    Declaration
    public const ToolbarItems Reset
    Field Value
    Type Description
    ToolbarItems

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Zoom

    Defines the zoom button to be render.

    Declaration
    public const ToolbarItems Zoom
    Field Value
    Type Description
    ToolbarItems

    ZoomIn

    Defines the zoom in button to be render.

    Declaration
    public const ToolbarItems ZoomIn
    Field Value
    Type Description
    ToolbarItems

    ZoomOut

    Defines the zoom out button to be render.

    Declaration
    public const ToolbarItems ZoomOut
    Field Value
    Type Description
    ToolbarItems
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved