Class TreeMap
Inheritance
System.Object
TreeMap
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class TreeMap : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
TreeMap()
Declaration
Fields
model
Declaration
public TreeMapProperties model
Field Value
Properties
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 |
|
DataManager
Declaration
public DataSource DataManager { get; set; }
Property Value
DataSource
Declaration
[JsonProperty("dataSource")]
[JsonConverter(typeof(DataManagerConverter))]
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
DataSourceCachingMode
Declaration
public DataSourceCachingMode DataSourceCachingMode { get; set; }
Property Value
Declaration
[JsonProperty("drillDownHeaderColor")]
public string DrillDownHeaderColor { 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 |
|
Declaration
[JsonProperty("header")]
public string Header { 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 |
|
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 |
|
ItemsLayoutMode
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public ItemsLayoutMode ItemsLayoutMode { get; set; }
Property Value
LeafItemSettings
Declaration
[JsonProperty("leafItemSettings")]
public LeafItemsSetting LeafItemSettings { get; set; }
Property Value
Levels
Declaration
public List<TreeMapLevel> Levels { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<TreeMapLevel> |
|
Model
Declaration
[CLSCompliant(false)]
public TreeMapProperties Model { get; set; }
Property Value
OnClientClick
Gets or sets the value for OnClientClick event of treemap
Declaration
[JsonProperty("click")]
public string OnClientClick { get; set; }
Property Value
Type |
Description |
System.String |
|
OnClientDoubleClick
Gets or sets the value for OnClientDoubleClick event of treemap
Declaration
[JsonProperty("doubleClick")]
public string OnClientDoubleClick { get; set; }
Property Value
Type |
Description |
System.String |
|
Gets or sets the value for OnClientHeaderTemplateRendering event of treemap
Declaration
[JsonProperty("headerTemplateRendering")]
public string OnClientHeaderTemplateRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
OnClientItemRendering
Gets or sets the value for OnClientItemRendering event of treemap
Declaration
[JsonProperty("itemRendering")]
public string OnClientItemRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
OnClientLegendItemRendering
Gets or sets the value for OnClientLegendItemRendering event of treemap
Declaration
[JsonProperty("legendItemRendering")]
public string OnClientLegendItemRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
OnClientRightClick
Gets or sets the value for OnClientRightClick event of treemap
Declaration
[JsonProperty("rightClick")]
public string OnClientRightClick { get; set; }
Property Value
Type |
Description |
System.String |
|
OnClientTreeMapitemsselected
Declaration
[JsonProperty("TreeMapitemselected")]
public string OnClientTreeMapitemsselected { get; set; }
Property Value
Type |
Description |
System.String |
|
Query
Declaration
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
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> |
|
TreeMapLegend
Declaration
[JsonProperty("treeMapLegend")]
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
DependentScripts()
Declaration
public List<string> DependentScripts()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
FetchData(IEnumerable)
Declaration
public override void FetchData(IEnumerable data)
Parameters
Type |
Name |
Description |
System.Collections.IEnumerable |
data |
|
Overrides
GetDependentFiles()
Declaration
public override List<string> GetDependentFiles()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Overrides
LoadViewState(Object)
Declaration
protected override void LoadViewState(object state)
Parameters
Type |
Name |
Description |
System.Object |
state |
|
Overrides
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
PostBackEventHandler(String, Dictionary<String, Object>)
Declaration
public override void PostBackEventHandler(string EventName, Dictionary<string, object> args)
Parameters
Type |
Name |
Description |
System.String |
EventName |
|
System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
RaisePostBackEvent(String)
Declaration
public void RaisePostBackEvent(string EventArgument)
Parameters
Type |
Name |
Description |
System.String |
EventArgument |
|
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Overrides
SaveViewState()
Declaration
protected override object SaveViewState()
Returns
Type |
Description |
System.Object |
|
UpdateServerModel(Dictionary<String, Object>)
Declaration
public override void UpdateServerModel(Dictionary<string, object> ClientModel)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
ClientModel |
|
Overrides
Events
TreeMapItemSelected
Declaration
public event TreeMap.TreeMapSelectionEventHandler TreeMapItemSelected
Event Type
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService