Class TreeMapLeafItemSettings
Inheritance
System.Object
TreeMapLeafItemSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapLeafItemSettings : EJTagHelper
Constructors
TreeMapLeafItemSettings()
Declaration
public TreeMapLeafItemSettings()
Properties
AutoFill
Enables or disables automatic filling of colors in leaf items of 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 leaf item in the treemap component.
Declaration
public TreeMapBorder Border { get; set; }
Property Value
ColorMapping
Sets and gets the options to customize color-mapping of the treemap component.
Declaration
public List<TreeMapColorMapping> ColorMapping { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Fill
Sets and gets the fill color of leaf items in the treemap component.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Gap
Sets and gets the gap between the leaf item in the treemap component.
Declaration
public double Gap { get; set; }
Property Value
Type |
Description |
System.Double |
|
InterSectAction
Sets and gets the label intersect action of leaf item in the treemap component.
Declaration
public LabelAlignment InterSectAction { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Sets and gets the label text format of leaf item in the treemap component.
Declaration
public string LabelFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelPath
Sets and gets the value path from the data source for label of leaf item in the treemap component.
Declaration
public string LabelPath { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelPosition
Sets and gets the position of the labels in the treemap component.
Declaration
public LabelPosition LabelPosition { get; set; }
Property Value
LabelStyle
Sets and gets the style of the labels of leaf item in the treemap component.
Declaration
public TreeMapFont LabelStyle { get; set; }
Property Value
LabelTemplate
Sets and gets the label template of leaf item in the treemap component.
Declaration
public string LabelTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
Opacity
Sets and gets the opacity of leaf item in the treemap component.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Padding
Sets and gets the padding of leaf item in the treemap component.
Declaration
public double Padding { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
ShowLabels
Shows or hides the labels in the treemap component.
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TemplatePosition
Sets and gets the position of the template of leaf item in the treemap component.
Declaration
public LabelPosition TemplatePosition { get; set; }
Property Value