ASP.NET Core - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • 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.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapLevel : EJTagHelper

    Constructors

    TreeMapLevel()

    Declaration
    public TreeMapLevel()

    Properties

    AutoFill

    Enables or disables the automatic filling of the colors in the items in the treemap component.

    Declaration
    public bool AutoFill { get; set; }
    Property Value
    Type Description
    System.Boolean

    Border

    Sets and gets the options for customizing the color and width of the border of the levels of the treemap component.

    Declaration
    public TreeMapBorder Border { get; set; }
    Property Value
    Type Description
    TreeMapBorder

    ColorMapping

    Sets and gets the options for customizing the color-mapping in the treemap component.

    Declaration
    public List<TreeMapColorMapping> ColorMapping { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeMapColorMapping>

    Fill

    Sets and gets the fill color of the level in the treemap component.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    GroupGap

    Sets and gets the gap between the levels in the treemap component.

    Declaration
    public double GroupGap { get; set; }
    Property Value
    Type Description
    System.Double

    GroupPadding

    Sets and gets the padding of levels in the treemap component.

    Declaration
    public double GroupPadding { get; set; }
    Property Value
    Type Description
    System.Double

    GroupPath

    Sets and gets the value path from the data source in the treemap component to render the item.

    Declaration
    public string GroupPath { get; set; }
    Property Value
    Type Description
    System.String

    HeaderAlignment

    Sets and gets the alignment of the header of the treemap component.

    Declaration
    public Alignment HeaderAlignment { get; set; }
    Property Value
    Type Description
    Alignment

    HeaderFormat

    Sets and gets the format of header of the levels in the treemap component.

    Declaration
    public string HeaderFormat { get; set; }
    Property Value
    Type Description
    System.String

    HeaderHeight

    Sets and gets the height of header in the treemap component.

    Declaration
    public double HeaderHeight { get; set; }
    Property Value
    Type Description
    System.Double

    HeaderStyle

    Sets and gets the options for customizing the style of header of the treemap component.

    Declaration
    public TreeMapFont HeaderStyle { get; set; }
    Property Value
    Type Description
    TreeMapFont

    HeaderTemplate

    Sets and gets the template for header in the treemap component.

    Declaration
    public string HeaderTemplate { get; set; }
    Property Value
    Type Description
    System.String

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    Opacity

    Sets and gets the opacity in the treemap component.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    ShowHeader

    Shows or hides the header in level of the treemap component.

    Declaration
    public bool ShowHeader { get; set; }
    Property Value
    Type Description
    System.Boolean

    TemplatePosition

    Sets and gets the options for customizing the template position of the treemap component.

    Declaration
    public LabelPosition TemplatePosition { get; set; }
    Property Value
    Type Description
    LabelPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved