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