menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SunburstHierarchicalLevel - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

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