menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    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 Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved