alexa
menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SunburstSegment

    Class implementation for sunburst segment.

    Inheritance
    System.Object
    SunburstSegment
    Namespace: Syncfusion.SfSunburstChart.Android
    Assembly: Syncfusion.SfSunburstChart.Android.dll
    Syntax
    public class SunburstSegment : Object

    Constructors

    SunburstSegment()

    Initializes a new instance of the SunburstSegment class.

    Declaration
    public SunburstSegment()

    Properties

    Category

    Gets the corresponding item name.

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

    Color

    Gets or sets the the interior color to the segment.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    CurrentLevel

    Gets the corresponding item level.

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

    Opacity

    Gets or sets the opacity factor applied to the entire segment.

    Declaration
    public float Opacity { get; set; }
    Property Value
    Type
    System.Single

    SliceIndex

    Gets sunburst slice index.

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

    StrokeColor

    Gets or sets the strokeColor for the chart segment.

    Declaration
    public Color StrokeColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    StrokeWidth

    Gets or sets the strokeWidth for the chart segment.

    Declaration
    public float StrokeWidth { get; set; }
    Property Value
    Type
    System.Single

    Value

    Gets the corresponding item value.

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