DXLineSeriesStyle Class
Stores settings of the appearance parameters of a line series.
Declaration
@interface DXLineSeriesStyle: DXPointSeriesStyle
Remarks
The following image highlights the Line series’s appearance parameters:
Inheritance
NSObject
DXChartElementStyle
DXPointSeriesStyle
DXLineSeriesStyle
Properties
stroke Property
Gets or sets the stroke color of a line series.
Declaration
@property (readwrite, nullable) UIColor *stroke
Property Value
Type | Description |
---|---|
UIColor * | The UIColor object that specifies the stroke color of a line series. |
strokeThickness Property
Gets or sets the stroke thickness of a line series.
Declaration
@property (readwrite) CGFloat strokeThickness
Property Value
Type | Description |
---|---|
CGFloat | The CGFloat object that specifies the stroke thickness of a line series. |