Class SunburstChartLegendLabelStyle
Sunburst chart legend label style.
Inheritance
System.Object
SunburstChartLegendLabelStyle
Namespace: Syncfusion.SfSunburstChart.iOS
Assembly: Syncfusion.SfSunburstChart.iOS.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 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 |
Margin
Gets or sets the margin for legend text.
Declaration
public UIEdgeInsets Margin { get; set; }
Property Value
Type |
---|
UIKit.UIEdgeInsets |