menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeMapLegend

    Inheritance
    System.Object
    EJTagHelper
    TreeMapLegend
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TreeMapLegend : EJTagHelper

    Constructors

    TreeMapLegend()

    Declaration
    public TreeMapLegend()

    Properties

    Alignment

    Declaration
    [JsonProperty("alignment")]
    [JsonConverter(typeof(StringEnumConverter))]
    public TreeMapAlignment Alignment { get; set; }
    Property Value
    Type Description
    TreeMapAlignment

    ColumnCount

    Declaration
    [JsonProperty("columnCount")]
    public int ColumnCount { get; set; }
    Property Value
    Type Description
    System.Int32

    DockPosition

    Declaration
    [JsonProperty("dockPosition")]
    [JsonConverter(typeof(StringEnumConverter))]
    public TreeMapDockPosition DockPosition { get; set; }
    Property Value
    Type Description
    TreeMapDockPosition

    Height

    Declaration
    [JsonProperty("height")]
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    IconHeight

    Declaration
    [JsonProperty("iconHeight")]
    public double IconHeight { get; set; }
    Property Value
    Type Description
    System.Double

    IconWidth

    Declaration
    [JsonProperty("iconWidth")]
    public double IconWidth { get; set; }
    Property Value
    Type Description
    System.Double

    LeftLabel

    Declaration
    [JsonProperty("leftLabel")]
    public string LeftLabel { get; set; }
    Property Value
    Type Description
    System.String

    Mode

    Declaration
    [JsonProperty("mode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public LegendMode Mode { get; set; }
    Property Value
    Type Description
    LegendMode

    RightLabel

    Declaration
    [JsonProperty("rightLabel")]
    public string RightLabel { get; set; }
    Property Value
    Type Description
    System.String

    Template

    Declaration
    [JsonProperty("template")]
    public string Template { get; set; }
    Property Value
    Type Description
    System.String

    Title

    Declaration
    [JsonProperty("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Width

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved