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

DXNumericConstantLine Class

The constant line that the numeric axis can display.

Declaration

@interface DXNumericConstantLine: DXConstantLineBase

Remarks

The numeric constant line contains the following elements:

Numeric Constant Line sample

Inheritance

NSObject

Properties

axisValue Property

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

Declaration

@property (readwrite) double axisValue

Property Value

Type Description
double

The constant line’s axis value

Instance Methods

initWithAxisValue: Instance Method

Initializes a new constant line with the specified numeric axis value.

Declaration

- (nullable id)initWithAxisValue:(double)axisValue

Parameters

Name Type Description
axisValue double

The axis value on which the constant line should be.

Returns

Type Description
id

The new DXNumericConstantLine with the specified axis value.