Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendMode

    Show / Hide Table of Contents

    Class LegendMode

    Defines the rendering modes of the legend in the treemap.

    Inheritance
    System.Object
    LegendMode
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class LegendMode : Enum

    Fields

    Default

    Renders the legend with the shapes provided in the legend settings of the treemap.

    Declaration
    public const LegendMode Default
    Field Value
    Type Description
    LegendMode

    Interactive

    Renders the legend as interactive with an arrow to indicate the shape in the legend while interaction.

    Declaration
    public const LegendMode Interactive
    Field Value
    Type Description
    LegendMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved