Class SunburstHierarchicalLevel
Represents the Sunburst hierarchical level. To render this, create an instance SunburstHierarchicalLevel and set required properties.
Inheritance
System.Object
SunburstHierarchicalLevel
Namespace: Syncfusion.SfSunburstChart.XForms
Assembly: Syncfusion.SfSunburstChart.XForms.dll
Syntax
public class SunburstHierarchicalLevel : BindableObject
Constructors
SunburstHierarchicalLevel()
Initializes a new instance of the SunburstHierarchicalLevel class.
Declaration
public SunburstHierarchicalLevel()
Fields
GroupMemberPathProperty
Gets or sets the GroupMemberPath property. This property is used to set the path of the value data in ItemsSource.
Declaration
public static readonly BindableProperty GroupMemberPathProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
GroupMemberPath
Gets or sets the GroupMemberPath property. This property is used to set the path of the value data in ItemsSource.
Declaration
public string GroupMemberPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | This property takes the System.String as its value. |