menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeMapProperties

    Inheritance
    System.Object
    EJTagHelper
    TreeMapProperties
    Inherited Members
    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 TreeMapProperties : EJTagHelper

    Constructors

    TreeMapProperties()

    Declaration
    public TreeMapProperties()

    Properties

    Click

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

    ColorPath

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

    ColorValuePath

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

    DataSource

    Declaration
    [JsonProperty("dataSource")]
    [HtmlAttributeName("datasource")]
    [JsonConverter(typeof(DataManagerConverter))]
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    DoubleClick

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

    DraggingGroupOnSelection

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

    DraggingOnSelection

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

    DrillDownHeaderColor

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

    DrillDownItemSelected

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

    DrillDownLevel

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

    DrillDownSelectionColor

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

    DrillDownValue

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

    EnableDrillDown

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

    EnableGradient

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

    EnableResize

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

    GroupSelectionMode

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

    Header

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

    HeaderTemplateRendering

    Gets or sets the value for HeaderTemplateRendering event.

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

    Fires before rendering a template. This event is fired for each header in Treemap.

    HighlightBorderBrush

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

    HighlightBorderThickness

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

    HighlightGroupOnSelection

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

    HighlightOnSelection

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

    IsHierarchicalDatasource

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

    IsResponsive

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

    ItemRendering

    Gets or sets the value for itemRendering event

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

    Fires before rendering each shape in Treemap.

    ItemsLayoutMode

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

    LeafItemSettings

    Declaration
    [JsonProperty("leafItemSettings")]
    public LeafItemsSetting LeafItemSettings { get; set; }
    Property Value
    Type Description
    LeafItemsSetting

    LegendItemRendering

    Gets or sets the value for legendItemRendering event

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

    Fires before rendering legend. This event is fired before rendering each legend in Treemap.

    Levels

    Declaration
    [JsonProperty("levels")]
    public List<TreeMapLevel> Levels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeMapLevel>

    Query

    Declaration
    [JsonProperty("query")]
    [JsonConverter(typeof(QueryConverter))]
    public string Query { get; set; }
    Property Value
    Type Description
    System.String

    RightClick

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

    SelectionMode

    Declaration
    [JsonProperty("selectionMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ItemSelectionMode SelectionMode { get; set; }
    Property Value
    Type Description
    ItemSelectionMode

    ShowLegend

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

    ShowTooltip

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

    TooltipTemplate

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

    TreeMapDesaturationColorMapping

    Declaration
    [JsonProperty("desaturationColorMapping")]
    public TreeMapDesaturationColorMapping TreeMapDesaturationColorMapping { get; set; }
    Property Value
    Type Description
    TreeMapDesaturationColorMapping

    TreeMapGroupColorMappings

    Declaration
    [JsonProperty("groupColorMapping")]
    public List<TreeMapGroupColorMapping> TreeMapGroupColorMappings { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeMapGroupColorMapping>

    TreeMapItems

    Declaration
    [JsonProperty("treeMapItems")]
    public List<TreeMapItem> TreeMapItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeMapItem>

    TreeMapItemSelected

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

    TreeMapLegend

    Declaration
    [JsonProperty("legendSettings")]
    public TreeMapLegend TreeMapLegend { get; set; }
    Property Value
    Type Description
    TreeMapLegend

    TreeMapPaletteColorMapping

    Declaration
    [JsonProperty("paletteColorMapping")]
    public TreeMapPaletteColorMapping TreeMapPaletteColorMapping { get; set; }
    Property Value
    Type Description
    TreeMapPaletteColorMapping

    TreeMapRangeColorMappings

    Declaration
    [JsonProperty("rangeColorMapping")]
    public List<TreeMapRangeColorMapping> TreeMapRangeColorMappings { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeMapRangeColorMapping>

    TreeMapUniColorMapping

    Declaration
    [JsonProperty("uniColorMapping")]
    public TreeMapUniColorMapping TreeMapUniColorMapping { get; set; }
    Property Value
    Type Description
    TreeMapUniColorMapping

    WeightValuePath

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

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()

    ShouldSerializeDataSource()

    Declaration
    public bool ShouldSerializeDataSource()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved