Skip to main content
A newer version of this page is available.

DXMarkerSeriesLabel Class

Line or Area series’s point label parameters’ storage.

Declaration

@interface DXMarkerSeriesLabel: DXSeriesLabel

Remarks

The following image demonstrates parameters that configure labels:

Marker label parameters

Inheritance

NSObject
DXChartElement
DXSeriesLabel
DXMarkerSeriesLabel

Properties

angle Property

Gets or sets an angle on which label is rotated around its series point.

Declaration

@property (readwrite) CGFloat angle

Property Value

Type Description
CGFloat

The angle on which label is rotated, in degrees.

Remarks

Note that angle is measured clockwisely, from the positive direction of a screen’s X-axis.

style Property

Declaration

@property (readwrite, nullable) DXSeriesLabelStyle *style

Property Value

Type
DXSeriesLabelStyle *