menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstHierarchicalLevel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved