Class SunburstHierarchicalLevel
Class implementation for SfSunburstChart hierarchical levels.
Inheritance
System.Object
SunburstHierarchicalLevel
Namespace: Syncfusion.UI.Xaml.SunburstChart
Assembly: Syncfusion.SfSunburstChart.WPF.dll
Syntax
public class SunburstHierarchicalLevel : DependencyObject
Constructors
SunburstHierarchicalLevel()
Initializes a new instance of the SunburstHierarchicalLevel class.
Declaration
public SunburstHierarchicalLevel()
Fields
GroupMemberPathProperty
The DependencyProperty for GroupMemberPath property.
Declaration
public static readonly DependencyProperty GroupMemberPathProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
GroupMemberPath
Gets or sets the property path in the data source which defines the sunburst chart level.
Declaration
public string GroupMemberPath { get; set; }
Property Value
Type |
---|
System.String |