Class TreeMapLevel
Inheritance
System.Object
TreeMapLevel
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapLevel : EJTagHelper
Constructors
TreeMapLevel()
Declaration
Properties
AutoFill
Enables or disables the automatic filling of the colors in the items in the treemap component.
Declaration
public bool AutoFill { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Border
Sets and gets the options for customizing the color and width of the border of
the levels of the treemap component.
Declaration
public TreeMapBorder Border { get; set; }
Property Value
ColorMapping
Sets and gets the options for customizing the color-mapping in the treemap component.
Declaration
public List<TreeMapColorMapping> ColorMapping { get; set; }
Property Value
Fill
Sets and gets the fill color of the level in the treemap component.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupGap
Sets and gets the gap between the levels in the treemap component.
Declaration
public double GroupGap { get; set; }
Property Value
Type |
Description |
System.Double |
|
GroupPadding
Sets and gets the padding of levels in the treemap component.
Declaration
public double GroupPadding { get; set; }
Property Value
Type |
Description |
System.Double |
|
GroupPath
Sets and gets the value path from the data source in the treemap component to render the item.
Declaration
public string GroupPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Sets and gets the alignment of the header of the treemap component.
Declaration
public Alignment HeaderAlignment { get; set; }
Property Value
Sets and gets the format of header of the levels in the treemap component.
Declaration
public string HeaderFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
Sets and gets the height of header in the treemap component.
Declaration
public double HeaderHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
Sets and gets the options for customizing the style of header of the treemap component.
Declaration
public TreeMapFont HeaderStyle { get; set; }
Property Value
Sets and gets the template for header in the treemap component.
Declaration
public string HeaderTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Opacity
Sets and gets the opacity in the treemap component.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Shows or hides the header in level of the treemap component.
Declaration
public bool ShowHeader { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TemplatePosition
Sets and gets the options for customizing the template position of the treemap component.
Declaration
public LabelPosition TemplatePosition { get; set; }
Property Value