Class TreeMapFlatLevel
Class implementation for TreeMapFlatLevel
Inherited Members
Namespace: Com.Syncfusion.Treemap
Assembly: Syncfusion.SfTreeMap.Android.dll
Syntax
public class TreeMapFlatLevel : TreeMapLevel
Constructors
TreeMapFlatLevel()
Declaration
public TreeMapFlatLevel()
Properties
GroupBackgroundColor
Gets or sets background color of group.
Declaration
public int GroupBackgroundColor { get; set; }
Property Value
Type |
---|
System.Int32 |
GroupGap
Gets or sets gap between the group nodes.
Declaration
public double GroupGap { get; set; }
Property Value
Type |
---|
System.Double |
GroupPadding
Gets or sets padding between group and Child nodes.
Declaration
public double GroupPadding { get; set; }
Property Value
Type |
---|
System.Double |
GroupPath
Gets or sets path of source object to be grouped.
Declaration
public string GroupPath { get; set; }
Property Value
Type |
---|
System.String |
GroupStrokeColor
Gets or sets Stroke color of Group border.
Declaration
public int GroupStrokeColor { get; set; }
Property Value
Type |
---|
System.Int32 |
GroupStrokeWidth
Gets or sets Stroke width of group border.
Declaration
public double GroupStrokeWidth { get; set; }
Property Value
Type |
---|
System.Double |