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

DXFinancialSeriesLabelValues Class

Provides values available to build a financial series’ label text.

Declaration

@interface DXFinancialSeriesLabelValues: DXSeriesLabelValuesBase

Inherited Members

Inheritance

NSObject
DXSeriesLabelValuesBase
DXFinancialSeriesLabelValues

Properties

argument Property

Returns the date-time argument of a data point for which a label is formed.

Declaration

@property (readonly, nonatomic, nullable) NSDate *argument

Property Value

Type Description
NSDate *

The data point’s date-time argument value.

closeValue Property

Returns the Close value of a data point for which a label is formed.

Declaration

@property (readonly) double closeValue

Property Value

Type Description
double

The data point’s value.

highValue Property

Returns the High value of a data point for which a label is formed.

Declaration

@property (readonly) double highValue

Property Value

Type Description
double

The data point’s value.

lowValue Property

Returns the Low value of a data point for which a label is formed.

Declaration

@property (readonly) double lowValue

Property Value

Type Description
double

The data point’s value.

openValue Property

Returns the Open value of a data point for which a label is formed.

Declaration

@property (readonly) double openValue

Property Value

Type Description
double

The data point’s value.