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

DXQualitativeConstantLine Class

The constant line that the qualitative axis can display.

Declaration

@interface DXQualitativeConstantLine: DXConstantLineBase

Remarks

The qualitative constant line contains the following elements:

Qualitative Constant Line sample

Inheritance

NSObject
DXChartElement
DXConstantLineBase
DXQualitativeConstantLine

Properties

axisValue Property

Gets or sets the constant line’s position on the axis.

Declaration

@property (readwrite, nullable) NSString *axisValue

Property Value

Type Description
NSString *

The axis value on which the constant line should be.

Instance Methods

initWithAxisValue: Instance Method

Initializes a new constant line instance with the specified qualitative axis value.

Declaration

- (nullable id)initWithAxisValue:(nullable NSString *)axisValue

Parameters

Name Type Description
axisValue NSString *

The axis value on which the constant line should be.

Returns

Type Description
id

The new DXQualitativeConstantLine with the specified axis value.