Class SunburstHierarchicalLevel
Represents the sunburst hierarchical levels.
Inheritance
System.Object
SunburstHierarchicalLevel
Namespace: Syncfusion.Maui.SunburstChart
Assembly: Syncfusion.Maui.SunburstChart.dll
Syntax
public class SunburstHierarchicalLevel : BindableObject
Constructors
SunburstHierarchicalLevel()
Declaration
public SunburstHierarchicalLevel()
Fields
GroupMemberPathProperty
Identifies the GroupMemberPath bindable property.
Declaration
public static readonly BindableProperty GroupMemberPathProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.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 |
---|
System.String |
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()