Interface ITreeMap
The interface specifies the properties of the treemap.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public interface ITreeMap
Properties
AllowImageExport
Enables or disables the export to image functionality in treemap.
Declaration
bool AllowImageExport { get; set; }
Property Value
Type |
---|
System.Boolean |
AllowPdfExport
Enables or disables the export to PDF functionality in treemap.
Declaration
bool AllowPdfExport { get; set; }
Property Value
Type |
---|
System.Boolean |
AllowPrint
Enables or disables the print functionality in treemap.
Declaration
bool AllowPrint { get; set; }
Property Value
Type |
---|
System.Boolean |
Background
Sets and gets the background color of the treemap.
Declaration
string Background { get; set; }
Property Value
Type |
---|
System.String |
BreadcrumbConnector
Specifies the connection between the two words.
Declaration
string BreadcrumbConnector { get; set; }
Property Value
Type |
---|
System.String |
ColorValuePath
Sets and gets the value path from the data source, based on which color is filled in treemap.
Declaration
string ColorValuePath { get; set; }
Property Value
Type |
---|
System.String |
Description
Sets and gets the description for treemap.
Declaration
string Description { get; set; }
Property Value
Type |
---|
System.String |
DrillDownView
Enables or disables the initial drill in the treemap.
Declaration
bool DrillDownView { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableBreadcrumb
Enables or disables the connection text in the header of the treemap.
Declaration
bool EnableBreadcrumb { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableDrillDown
Enables or disables the drill down functionality in treemap.
Declaration
bool EnableDrillDown { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableGroupingSeparator
Enables or disables the visibility state of the separator for grouping.
Declaration
bool EnableGroupingSeparator { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableRtl
Enables or disables the rendering of the component in right to left direction.
Declaration
bool EnableRtl { get; set; }
Property Value
Type |
---|
System.Boolean |
EqualColorValuePath
Sets and gets the value path from the data source, based on which color is filled in treemap.
Declaration
string EqualColorValuePath { get; set; }
Property Value
Type |
---|
System.String |
Format
Sets and gets format for the texts in the treemap.
Declaration
string Format { get; set; }
Property Value
Type |
---|
System.String |
Height
Sets and gets the height of the treemap component.
Declaration
string Height { get; set; }
Property Value
Type |
---|
System.String |
LayoutType
Specifies the rendering type of layout of the treemap component.
Declaration
LayoutMode LayoutType { get; set; }
Property Value
Type |
---|
LayoutMode |
Palette
Sets and gets the set of colors to apply in the treemap items.
Declaration
string[] Palette { get; set; }
Property Value
Type |
---|
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
Query Query { get; set; }
Property Value
Type |
---|
Query |
RangeColorValuePath
Sets and gets the value path from the data source, based on which color is filled in treemap.
Declaration
string RangeColorValuePath { get; set; }
Property Value
Type |
---|
System.String |
RenderDirection
Specifies the rendering direction of layout of the treemap items.
Declaration
RenderingMode RenderDirection { get; set; }
Property Value
Type |
---|
RenderingMode |
TabIndex
Sets and gets the tab index value for treemap.
Declaration
int TabIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Theme
Sets and gets the theme style for the treemap component.
Declaration
Theme Theme { get; set; }
Property Value
Type |
---|
Theme |
WeightValuePath
Sets and gets the value path of the weight from the data source, based on which the map item is rendered.
Declaration
string WeightValuePath { get; set; }
Property Value
Type |
---|
System.String |
Width
Sets and gets the width of the treemap component.
Declaration
string Width { get; set; }
Property Value
Type |
---|
System.String |