menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeMapLevel

    Inheritance
    System.Object
    EJTagHelper
    TreeMapLevel
    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 TreeMapLevel : EJTagHelper

    Constructors

    TreeMapLevel()

    Declaration
    public TreeMapLevel()

    Properties

    GroupBackground

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

    GroupBorderColor

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

    GroupBorderThickness

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

    GroupGap

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

    GroupPadding

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

    GroupPath

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

    HeaderHeight

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

    HeaderTemplate

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

    HeaderVisibilityMode

    Declaration
    [JsonProperty("headerVisibilityMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public VisibilityMode HeaderVisibilityMode { get; set; }
    Property Value
    Type Description
    VisibilityMode

    LabelPosition

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

    LabelTemplate

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

    LabelVisibilityMode

    Declaration
    [JsonProperty("labelVisibilityMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public VisibilityMode LabelVisibilityMode { get; set; }
    Property Value
    Type Description
    VisibilityMode

    ShowHeader

    Declaration
    [JsonProperty("showHeader")]
    public bool ShowHeader { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowLabels

    Declaration
    [JsonProperty("showLabels")]
    public bool ShowLabels { get; set; }
    Property Value
    Type Description
    System.Boolean

    TextOverflow

    Declaration
    [JsonProperty("textOverflow")]
    [JsonConverter(typeof(StringEnumConverter))]
    public LabelTextOverflow TextOverflow { get; set; }
    Property Value
    Type Description
    LabelTextOverflow
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved