DXPieSeriesLabel Class
The storage of pie data point label settings.
Declaration
@interface DXPieSeriesLabel: DXSeriesLabel
Remarks
The following settings are available for the pie series points’ labels:
Inheritance
NSObject
DXChartElement
DXSeriesLabel
DXPieSeriesLabel
Properties
position Property
Gets or sets the value specifying the position of point labels.
Declaration
@property (readwrite) DXPieSeriesLabelPosition position
Property Value
Type | Description |
---|---|
DXPieSeriesLabelPosition | The DXPieSeriesLabelPosition enumeration value specifying the position of point labels. |
style Property
Gets or sets the appearance settings of labels.
Declaration
@property (readwrite, nullable) DXPieSeriesLabelStyle *style
Property Value
Type | Description |
---|---|
DXPieSeriesLabelStyle * | The DXPieSeriesLabelStyle object that specifies appearance parameters of labels. |