Class TreeMapProperties
Inheritance
System.Object
TreeMapProperties
Inherited Members
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()
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 |
|
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
Declaration
[JsonProperty("header")]
public string Header { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the value for HeaderTemplateRendering event.
Declaration
[JsonProperty("headerTemplateRendering")]
public string HeaderTemplateRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
ItemsLayoutMode
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("itemsLayoutMode")]
public ItemsLayoutMode ItemsLayoutMode { get; set; }
Property Value
LeafItemSettings
Declaration
[JsonProperty("leafItemSettings")]
public LeafItemsSetting LeafItemSettings { get; set; }
Property Value
LegendItemRendering
Gets or sets the value for legendItemRendering event
Declaration
public string LegendItemRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
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
ShowLegend
Declaration
[JsonProperty("showLegend")]
public bool ShowLegend { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("showTooltip")]
public bool ShowTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
TreeMapGroupColorMappings
Declaration
[JsonProperty("groupColorMapping")]
public List<TreeMapGroupColorMapping> TreeMapGroupColorMappings { get; set; }
Property Value
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
TreeMapPaletteColorMapping
Declaration
[JsonProperty("paletteColorMapping")]
public TreeMapPaletteColorMapping TreeMapPaletteColorMapping { get; set; }
Property Value
TreeMapRangeColorMappings
Declaration
[JsonProperty("rangeColorMapping")]
public List<TreeMapRangeColorMapping> TreeMapRangeColorMappings { get; set; }
Property Value
TreeMapUniColorMapping
Declaration
[JsonProperty("uniColorMapping")]
public TreeMapUniColorMapping TreeMapUniColorMapping { get; set; }
Property Value
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
ShouldSerializeDataSource()
Declaration
public bool ShouldSerializeDataSource()
Returns
Type |
Description |
System.Boolean |
|