menu

MAUI

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

    Show / Hide Table of Contents

    Class SunburstSelectionType

    Specifies the type of selection behavior in the sunburst chart.

    Inheritance
    System.Object
    SunburstSelectionType
    Namespace: Syncfusion.Maui.SunburstChart
    Assembly: Syncfusion.Maui.SunburstChart.dll
    Syntax
    public sealed class SunburstSelectionType : Enum

    Fields

    Child

    Selects the tapped segment and all its child segments.

    Declaration
    public const SunburstSelectionType Child
    Field Value
    Type
    SunburstSelectionType

    Group

    Selects the entire group of the tapped segment in the hierarchy.

    Declaration
    public const SunburstSelectionType Group
    Field Value
    Type
    SunburstSelectionType

    Parent

    Selects the parent of the tapped segment in the hierarchy.

    Declaration
    public const SunburstSelectionType Parent
    Field Value
    Type
    SunburstSelectionType

    Single

    Selects only the tapped segment.

    Declaration
    public const SunburstSelectionType Single
    Field Value
    Type
    SunburstSelectionType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved