Class TreeMapHierarchicalLevel
Class implementation for UniColorMapping
Inherited Members
Namespace: Com.Syncfusion.Treemap
Assembly: Syncfusion.SfTreeMap.Android.dll
Syntax
public class TreeMapHierarchicalLevel : TreeMapLevel
Constructors
TreeMapHierarchicalLevel()
Declaration
public TreeMapHierarchicalLevel()
Properties
ChildBackgroundColor
Gets or sets background color of child.
Declaration
public int ChildBackgroundColor { get; set; }
Property Value
Type |
---|
System.Int32 |
ChildGap
Gets or sets gap between the child nodes.
Declaration
public double ChildGap { get; set; }
Property Value
Type |
---|
System.Double |
ChildPadding
Gets or sets padding between group and Child nodes.
Declaration
public double ChildPadding { get; set; }
Property Value
Type |
---|
System.Double |
ChildPath
Gets or sets path of source object to be grouped.
Declaration
public string ChildPath { get; set; }
Property Value
Type |
---|
System.String |
ChildStrokeColor
Gets or sets Stroke color of child border.
Declaration
public int ChildStrokeColor { get; set; }
Property Value
Type |
---|
System.Int32 |
ChildStrokeWidth
Gets or sets Stroke width of child border.
Declaration
public double ChildStrokeWidth { get; set; }
Property Value
Type |
---|
System.Double |
HeaderPath
Gets or sets path of source object to be shown in header.
Declaration
public string HeaderPath { get; set; }
Property Value
Type |
---|
System.String |