menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LegendOrientation - API Reference

    Show / Hide Table of Contents

    Class LegendOrientation

    Specifies the orientation of the legend items in the treemap.

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

    Fields

    Horizontal

    Defines the legend renders with items places horizontally.

    Declaration
    public const LegendOrientation Horizontal
    Field Value
    Type Description
    LegendOrientation

    None

    Specifies the legend item to be placed by default based on legend orientation.

    Declaration
    public const LegendOrientation None
    Field Value
    Type Description
    LegendOrientation

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Vertical

    Defines the legend renders with items places vertically.

    Declaration
    public const LegendOrientation Vertical
    Field Value
    Type Description
    LegendOrientation
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved