Class TreeMap
Inheritance
System.Object
TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMap : EJTagHelper
Constructors
TreeMap()
Declaration
Properties
AllowImageExport
Enables and disables the export to image functionality in treemap.
Declaration
public bool AllowImageExport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowPdfExport
Enables and disables the export to pdf functionality in treemap.
Declaration
public bool AllowPdfExport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowPrint
Enables and disables the print functionality in treemap.
Declaration
public bool AllowPrint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Background
Sets and gets the background color of the treemap.
Declaration
public string Background { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforePrint
Triggers before the prints gets started.
Declaration
public string BeforePrint { get; set; }
Property Value
Type |
Description |
System.String |
|
Border
Sets and gets the options for customizing the color and width of the treemap border.
Declaration
public TreeMapBorder Border { get; set; }
Property Value
BreadcrumbConnector
Specifies the connection between the two words.
Declaration
public string BreadcrumbConnector { get; set; }
Property Value
Type |
Description |
System.String |
|
ClassName
Declaration
protected override string ClassName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Click
Triggers after clicking on the treemap.
Declaration
public string Click { get; set; }
Property Value
Type |
Description |
System.String |
|
ColorValuePath
Sets and gets the value path from the data source, based on it color is filled in treemap.
Declaration
public string ColorValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
DataSource
Sets and gets the data source for the treemap component.
Declaration
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
Description
Sets and gets the description for treemap.
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DoubleClick
Triggers after double clicking on the treemap.
Declaration
public string DoubleClick { get; set; }
Property Value
Type |
Description |
System.String |
|
DrillDownView
Enables or disables the initial drill in the treemap.
Declaration
public bool DrillDownView { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DrillEnd
Triggers after drill down functionality gets completed in the treemap.
Declaration
public string DrillEnd { get; set; }
Property Value
Type |
Description |
System.String |
|
DrillStart
Triggers on performing drill down functionality in the treemap.
Declaration
public string DrillStart { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableBreadcrumb
Enables or disables the connection text in the header of the treemap.
Declaration
public bool EnableBreadcrumb { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableDrillDown
Enables or disables the drill down functionality in treemap.
Declaration
public bool EnableDrillDown { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
public bool EnableRtl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EqualColorValuePath
Sets and gets the value path from the data source, based on it color is filled in treemap.
Declaration
public string EqualColorValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Sets and gets format for the texts in the treemap.
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Sets and gets the height of the treemap component.
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
HighlightSettings
Sets and gets the options for customizing the highlight of the treemap item on mouse over on the treemap component.
Declaration
public TreeMapHighlightSettings HighlightSettings { get; set; }
Property Value
HtmlAttributes
Allows additional HTML attributes such as title, name, etc., and
accepts n number of attributes in a key-value pair format.
Declaration
public object HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Object |
|
InitialDrillDown
Specifies the options for customizing the initial drill down in treemap.
Declaration
public TreeMapInitialDrillSettings InitialDrillDown { get; set; }
Property Value
IsFor
Declaration
protected override bool IsFor { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ItemClick
Triggers after clicking an item in the treemap.
Declaration
public string ItemClick { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemHighlight
Triggers after highlighting on the treemap item.
Declaration
public string ItemHighlight { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemMove
Triggers after mouse hover on the treemap item.
Declaration
public string ItemMove { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemRendering
Triggers before item rendering in the treemap component.
Declaration
public string ItemRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemSelected
Triggers after selecting a treemap item.
Declaration
public string ItemSelected { get; set; }
Property Value
Type |
Description |
System.String |
|
LayoutType
Specifies the rendering type of layout of the treemap component.
Declaration
public LayoutMode LayoutType { get; set; }
Property Value
LeafItemSettings
Sets and gets the options for customizing the leaf item of the treemap.
Declaration
public TreeMapLeafItemSettings LeafItemSettings { get; set; }
Property Value
LegendItemRendering
Triggers before rendering each legend item in the treemap.
Declaration
public string LegendItemRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendRendering
Triggers before rendering the legend items in the treemap.
Declaration
public string LegendRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendSettings
Sets and gets the options for customizing the legend of the treemap.
Declaration
public TreeMapLegendSettings LegendSettings { get; set; }
Property Value
Levels
Sets and gets the options for customizing the levels of the treemap.
Declaration
public List<TreeMapLevel> Levels { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<TreeMapLevel> |
|
Load
Triggers when the treemap is on load.
Declaration
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
Loaded
Triggers after treemap is rendered.
Declaration
public string Loaded { get; set; }
Property Value
Type |
Description |
System.String |
|
Locale
Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Margin
Sets and gets the options for customizing the margin in the treemap component.
Declaration
public TreeMapMargin Margin { get; set; }
Property Value
MouseMove
Triggers after mouse hover on the treemap.
Declaration
public string MouseMove { get; set; }
Property Value
Type |
Description |
System.String |
|
NameSpace
Declaration
protected override string NameSpace { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Palette
Sets and gets the set of colors to apply in the treemap items.
Declaration
public string[] Palette { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Query
Sets and gets the query to select particular data from the shape data.
This property is applicable only when the data source is created by data manager.
Declaration
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
RangeColorValuePath
Sets and gets the value path from the data source, based on it color is filled in treemap.
Declaration
public string RangeColorValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderDirection
Specifies the rendering direction of layout of the treemap items.
Declaration
public RenderingMode RenderDirection { get; set; }
Property Value
Resize
Triggers after resizing the treemap component.
Declaration
public string Resize { get; set; }
Property Value
Type |
Description |
System.String |
|
RightClick
Triggers after right clicking on the treemap.
Declaration
public string RightClick { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectionSettings
Sets and gets the options for customizing the selection of the treemap item on click event on the treemap component.
Declaration
public TreeMapSelectionSettings SelectionSettings { get; set; }
Property Value
TabIndex
Sets and gets the tab index value for treemap.
Declaration
public double TabIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|
TagName
Declaration
protected override string TagName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Theme
Sets and gets the options for customizing the theme of the treemap component.
Declaration
public TreeMapTheme Theme { get; set; }
Property Value
TitleSettings
Sets and gets the options for customizing the title of the treemap component.
Declaration
public TreeMapTitleSettings TitleSettings { get; set; }
Property Value
Triggers on rendering of the tooltip in the treemap component.
Declaration
public string TooltipRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
Sets and gets the options for customizing the tooltip of the treemap.
Declaration
public TreeMapTooltipSettings TooltipSettings { get; set; }
Property Value
UseGroupingSeparator
Enables or disables the visibility state of the separator for grouping.
Declaration
public bool UseGroupingSeparator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WeightValuePath
Sets and gets the value path of the weight from the data source, based on which the map item is rendered.
Declaration
public string WeightValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Sets and gets the width of the treemap component.
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|