Class SunburstSegment
Represents the Sunburst segment. To render this, create an instance SunburstSegment and set required properties.
Inheritance
Namespace: Syncfusion.SfSunburstChart.XForms
Assembly: Syncfusion.SfSunburstChart.XForms.dll
Syntax
public class SunburstSegment : Object
Constructors
SunburstSegment()
Initializes a new instance of the SunburstSegment class.
Declaration
public SunburstSegment()
Properties
Category
Gets or sets the Category property. This property is used to set the category for the sunburst segment. This is a bindable property.
Declaration
public object Category { get; set; }
Property Value
Type | Description |
---|---|
System.Object | This property takes the SelectionSettings as its value. |
Color
Gets or sets the color property. This property is used to set the color for sunburst segment. This is a bindable property.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the SunburstSegment as its value. |
CurrentLevel
Gets or sets the current level property. This property is used to set the current level for sunburst segment. This is a bindable property.
Declaration
public int CurrentLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | This property takes the SelectionSettings as its value. |
Opacity
Gets or sets the opacity Property. This property is used to set the opacity for the sunburst segment. This is a bindable property.
Declaration
public float Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Single | This property takes the SunburstSegment as its value. |
SliceIndex
Gets or sets the sliceindex property.This property is used to set the slice index for sunburst segment. This is a bindable property.
Declaration
public int SliceIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | This property takes the SelectionSettings as its value. |
StrokeColor
Gets or sets the stroke color property.This property is used to set the stroke color for the sunburst segment. This is a bindable property.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the SunburstSegment as its value. |
StrokeWidth
Gets or sets the stroke width property.This property is used to set the width for the sunburst segment. This is a bindable property.
Declaration
public float StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single | This property takes the SelectionSettings as its value. |
Value
Gets or sets the value property. This property is used to set the value for sunburst segment. This is a bindable property.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the SelectionSettings as its value. |