menu

Blazor

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

    Show / Hide Table of Contents

    Class LabelDisplayType

    Specifies the type of label display for the smart legend.

    • All:All labels are displayed.
    • Edge:Labels will be displayed only at the edges of the legend.
    • None:No labels are displayed.
    Inheritance
    System.Object
    LabelDisplayType
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class LabelDisplayType : Enum

    Fields

    All

    Specifies all Legend label displayed.

    Declaration
    public const LabelDisplayType All
    Field Value
    Type
    LabelDisplayType

    Edge

    Specifies Legend label displayed in edge alone.

    Declaration
    public const LabelDisplayType Edge
    Field Value
    Type
    LabelDisplayType

    None

    Specifies Legend labels displayed type as none.

    Declaration
    public const LabelDisplayType None
    Field Value
    Type
    LabelDisplayType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved