Class SunburstChartLegendLabelStyle
Sunburst chart legend label style.
Inheritance
System.Object
SunburstChartLegendLabelStyle
Namespace: Syncfusion.SfSunburstChart.Android
Assembly: Syncfusion.SfSunburstChart.Android.dll
Syntax
public class SunburstChartLegendLabelStyle : Object
Constructors
SunburstChartLegendLabelStyle(SfSunburstChart)
Initializes a new instance of the SunburstChartLegendLabelStyle class.
Declaration
public SunburstChartLegendLabelStyle(SfSunburstChart chart)
Parameters
Type | Name | Description |
---|---|---|
SfSunburstChart | chart | Set the chart |
Properties
Color
Gets or sets the color for data text.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Android.Graphics.Color |
Margin
Gets or sets Thickness which is used to align the text.
Declaration
public Thickness Margin { get; set; }
Property Value
Type |
---|
Thickness |
TextSize
Gets or sets integer value that used to modify legend 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 |