DXSeriesPointInfo Class
The series point info storage.
Declaration
@interface DXSeriesPointInfo
Properties
dataPointIndices Property
Returns aggregated data points’ indices that forms the series point.
Declaration
@property (readonly, copy) NSArray *dataPointIndices
Property Value
Type | Description |
---|---|
NSArray * | Aggregated data points’ indices that form the series point. |
Remarks
This collection contains a single data row index if data points are not aggregated.
seriesIndex Property
Returns the index of a series that contains the series point.
Declaration
@property (readonly) NSInteger seriesIndex
Property Value
Type | Description |
---|---|
NSInteger | The index of a series that contains the series point. |