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

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:

Line style parameters

Inherited Members

Inheritance

NSObject

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.