menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Zooming toolbar items are always visible.

    Declaration
    public const ToolbarMode Always
    Field Value
    Type Description
    ToolbarMode

    Always

    None

    Zooming toolbar items are not visible even when chart is zoomed.

    Declaration
    public const ToolbarMode None
    Field Value
    Type Description
    ToolbarMode

    None

    OnDemand

    Zooming toolbar items are visible only while the chart is zoomed.

    Declaration
    public const ToolbarMode OnDemand
    Field Value
    Type Description
    ToolbarMode

    OnDemand

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved