Class SunburstChartLabelStyle
Class used for data label style.
Inheritance
System.Object
SunburstChartLabelStyle
Namespace: Syncfusion.SfSunburstChart.Android
Assembly: Syncfusion.SfSunburstChart.Android.dll
Syntax
public class SunburstChartLabelStyle : Object
Constructors
SunburstChartLabelStyle()
Initializes a new instance of the SunburstChartLabelStyle class.
Declaration
public SunburstChartLabelStyle()
Properties
Color
Gets or sets the color for data text.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
TextSize
Gets or sets integer value that used to modify text size.
Declaration
public float TextSize { get; set; }
Property Value
Type |
---|
System.Single |
Typeface
Gets or sets the typeface for the text.
Declaration
public Typeface Typeface { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |