menu

MAUI

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

    Show / Hide Table of Contents

    Class SunburstSegment

    Represents the sunburst segment and it will be the binding context to the tooltip.

    Inheritance
    System.Object
    SunburstSegment
    Namespace: Syncfusion.Maui.SunburstChart
    Assembly: Syncfusion.Maui.SunburstChart.dll
    Syntax
    public class SunburstSegment : Object

    Constructors

    SunburstSegment()

    Initializes a new instance of the SunburstSegment class.

    Declaration
    public SunburstSegment()

    Properties

    CurrentLevel

    Gets the index which represents the current level in the hierarchy.

    Declaration
    public int CurrentLevel { get; }
    Property Value
    Type
    System.Int32

    Fill

    Gets the brush value to customize the segment background.

    Declaration
    public Brush Fill { get; }
    Property Value
    Type
    Microsoft.Maui.Controls.Brush

    Index

    Gets segment corresponding slice index. [Based on root category]

    Declaration
    public int Index { get; }
    Property Value
    Type
    System.Int32

    Item

    Gets the data object for the associated segment, which contains the category and value.

    Declaration
    public object Item { get; }
    Property Value
    Type
    System.Object

    Stroke

    Gets the stroke for segment.

    Declaration
    public Brush Stroke { get; }
    Property Value
    Type
    Microsoft.Maui.Controls.Brush

    StrokeWidth

    Gets the width for the segment stroke.

    Declaration
    public double StrokeWidth { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved