Class TreeMapLevel
Represents the TreeMapLevel class. To render this, create an instance of the TreeMapLevel class, and set required properties.
Namespace: Syncfusion.SfTreeMap.XForms
Assembly: Syncfusion.SfTreeMap.XForms.dll
Syntax
public abstract class TreeMapLevel : Element, IThemeElement
Constructors
TreeMapLevel()
Initializes a new instance of the TreeMapLevel class.
Declaration
public TreeMapLevel()
Fields
HeaderHeightProperty
Gets or sets the HeaderHeight property. This property is used to set the height of the header for the tree map. This is a bindable property.
Declaration
public static readonly BindableProperty HeaderHeightProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
HeaderStyleProperty
Gets or sets the header style property. This property is used to set different styles for header. This is a bindable property.
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
LabelPathProperty
Gets or sets the label path property. This property is used to set in which path label should be applied. This is a bindable property.
Declaration
public static readonly BindableProperty LabelPathProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
LabelStyleProperty
Gets or sets the label style property. This property is used to set different style labels. This is a bindable property.
Declaration
public static readonly BindableProperty LabelStyleProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
ShowHeaderProperty
Gets or sets the boolean value that indicates whether the header should be visible for the leaf level in tree map.
Declaration
public static readonly BindableProperty ShowHeaderProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
ShowLabelsProperty
Gets or sets the boolean value that indicates whether the label should be visible for the leaf level items in tree map.
Declaration
public static readonly BindableProperty ShowLabelsProperty
Field Value
| Type |
|---|
| Xamarin.Forms.BindableProperty |
Properties
HeaderHeight
Gets or sets the HeaderHeight property. This property is used to set the height of the header for the tree map. This is a bindable property.
Declaration
public double HeaderHeight { get; set; }
Property Value
| Type |
|---|
| System.Double |
HeaderStyle
Gets or sets the header style property. This is used to set different styles for header. This is a bindable property.
Declaration
public Style HeaderStyle { get; set; }
Property Value
| Type |
|---|
| Style |
LabelPath
Gets or sets the label path property. This property is used to set in which path label should be applied. This is a bindable property.
Declaration
public string LabelPath { get; set; }
Property Value
| Type |
|---|
| System.String |
LabelStyle
Gets or sets the label style property. This property is used to set different style labels. This is a bindable property.
Declaration
public Style LabelStyle { get; set; }
Property Value
| Type |
|---|
| Style |
ShowHeader
Gets or sets a value indicating whether the header should be visible for the leaf level in tree map.
Declaration
public bool ShowHeader { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
ShowLabels
Gets or sets a value indicating whether the label should be visible for the leaf level items in tree map.
Declaration
public bool ShowLabels { get; set; }
Property Value
| Type |
|---|
| System.Boolean |