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

DXConstantLineStyle Class

The constant line’s appearance settings storage.

Declaration

@interface DXConstantLineStyle: DXChartElementStyle

Remarks

The style contains the following settings:

Style parameters

Inheritance

NSObject
DXChartElementStyle
DXConstantLineStyle

Properties

stroke Property

Gets or sets the constant line’s stroke color.

Declaration

@property (readwrite, nullable) UIColor *stroke

Property Value

Type Description
UIColor *

The UIColor object that specifies the constant line’s stroke color.

strokeThickness Property

Gets or sets the constant line’s stroke thickness.

Declaration

@property (readwrite) CGFloat strokeThickness

Property Value

Type Description
CGFloat

The UIColor object that specifies the constant line’s stroke thickness.