Class TreeMapLevel
Inheritance
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapLevel : EJTagHelper
Constructors
TreeMapLevel()
Declaration
public TreeMapLevel()
Properties
AutoFill
Enables or disables the automatic filling of the colors from the palette in the items of the treemap.
Declaration
public bool AutoFill { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Border
Sets and gets the options for customizing the color and width of the border of the level leaf items of the treemap.
Declaration
public TreeMapBorder Border { get; set; }
Property Value
Type | Description |
---|---|
TreeMapBorder | The default value is null |
ColorMapping
Sets and gets the options for customizing the color-mapping of the level leaf items in the treemap.
Declaration
public List<TreeMapColorMapping> ColorMapping { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TreeMapColorMapping> | The default value is null |
Fill
Sets and gets the fill color of the level leaf item in the treemap.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
GroupGap
Sets and gets the gap between the level leaf items in the treemap.
Declaration
public double GroupGap { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |
GroupPadding
Sets and gets the padding of level leaf items in the treemap.
Declaration
public double GroupPadding { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 10 |
GroupPath
Sets and gets the value path from the data source in the treemap to render the item.
Declaration
public string GroupPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
HeaderAlignment
Sets and gets the alignment of the header of the treemap.
Declaration
public Alignment HeaderAlignment { get; set; }
Property Value
Type | Description |
---|---|
Alignment | The default value is Alignment.Near |
HeaderFormat
Sets and gets the string to format the header label of the level leaf items in the treemap.
Declaration
public string HeaderFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
HeaderHeight
Sets and gets the height of header in the treemap.
Declaration
public double HeaderHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 20 |
HeaderStyle
Sets and gets the options for customizing the text style of header label of the level leaf item.
Declaration
public TreeMapFont HeaderStyle { get; set; }
Property Value
Type | Description |
---|---|
TreeMapFont | The default value is null |
HeaderTemplate
Sets and gets the template for header in the treemap.
Declaration
public string HeaderTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Opacity
Sets and gets the opacity in the level leaf item of the treemap.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
ShowHeader
Shows or hides the header in level leaf item of the treemap.
Declaration
public bool ShowHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
TemplatePosition
Sets and gets the options for customizing the template position of the treemap.
Declaration
public LabelPosition TemplatePosition { get; set; }
Property Value
Type | Description |
---|---|
LabelPosition | The default value is LabelPosition.TopLeft |