Class SunburstChartLabelStyle
Class used for data label style.
Inheritance
System.Object
SunburstChartLabelStyle
Namespace: Syncfusion.SfSunburstChart.iOS
Assembly: Syncfusion.SfSunburstChart.iOS.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 UIColor Color { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
Font
Gets or sets the font for legend text.
Declaration
public UIFont Font { get; set; }
Property Value
Type |
---|
UIKit.UIFont |