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 TreeMapLeafItemSettings

    Show / Hide Table of Contents

    Class TreeMapLeafItemSettings

    Inheritance
    System.Object
    EJTagHelper
    TreeMapLeafItemSettings
    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.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.TreeMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeMapLeafItemSettings : EJTagHelper

    Constructors

    TreeMapLeafItemSettings()

    Declaration
    public TreeMapLeafItemSettings()

    Properties

    AutoFill

    Enables or disables automatic filling of colors in leaf items of 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 leaf item in the treemap component.

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

    ColorMapping

    Sets and gets the options to customize color-mapping of the treemap component.

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

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    Fill

    Sets and gets the fill color of leaf items in the treemap component.

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

    Gap

    Sets and gets the gap between the leaf item in the treemap component.

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

    InterSectAction

    Sets and gets the label intersect action of leaf item in the treemap component.

    Declaration
    public LabelAlignment InterSectAction { get; set; }
    Property Value
    Type Description
    LabelAlignment

    IsComplex

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

    LabelFormat

    Sets and gets the label text format of leaf item in the treemap component.

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

    LabelPath

    Sets and gets the value path from the data source for label of leaf item in the treemap component.

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

    LabelPosition

    Sets and gets the position of the labels in the treemap component.

    Declaration
    public LabelPosition LabelPosition { get; set; }
    Property Value
    Type Description
    LabelPosition

    LabelStyle

    Sets and gets the style of the labels of leaf item in the treemap component.

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

    LabelTemplate

    Sets and gets the label template of leaf item in the treemap component.

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

    Opacity

    Sets and gets the opacity of leaf item in the treemap component.

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

    Padding

    Sets and gets the padding of leaf item in the treemap component.

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

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    ShowLabels

    Shows or hides the labels in the treemap component.

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

    TemplatePosition

    Sets and gets the position of the template of leaf item in 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