Class SunburstChartDataLabel
Represents chart data label in sunburst.
Inheritance
System.Object
SunburstChartDataLabel
Namespace: Syncfusion.SfSunburstChart.Android
Assembly: Syncfusion.SfSunburstChart.Android.dll
Syntax
public class SunburstChartDataLabel : Object
Properties
LabelStyle
Gets the font for data label.
Declaration
public SunburstChartLabelStyle LabelStyle { get; }
Property Value
Type |
---|
SunburstChartLabelStyle |
OverflowMode
Gets or sets the data label overflow mode.
Declaration
public SunburstLabelOverflowMode OverflowMode { get; set; }
Property Value
Type |
---|
SunburstLabelOverflowMode |
RotationMode
Gets or sets the rotation mode for data label.
Declaration
public SunburstLabelRotationMode RotationMode { get; set; }
Property Value
Type | Description |
---|---|
SunburstLabelRotationMode | The label rotation mode. |
ShowLabel
Gets or sets a value indicating whether the visible of data labels.
Declaration
public bool ShowLabel { get; set; }
Property Value
Type |
---|
System.Boolean |