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

DXSeriesLabelValuesBase Class

The base class for all classes that provide values available to build a series’ label text.

Declaration

@interface DXSeriesLabelValuesBase

Properties

pointIndexes Property

Declaration

@property (readonly, nullable) NSArray *pointIndexes

Property Value

Type Description
NSArray *

Array of int values that specify indices of data points that are aggregated to the series point for which the chart should display a label.

seriesName Property

Returns the name of a series containing a data point for which a label is formed.

Declaration

@property (readonly, copy, nonatomic, nullable) NSString *seriesName

Property Value

Type Description
NSString *

The series name.