IDataSeriesCollection
Home > @gooddata/sdk-ui > IDataSeriesCollection
IDataSeriesCollection interface
An iterable collection of data series.
Signature:
export interface IDataSeriesCollection extends Iterable<IDataSeries>
Extends: Iterable<IDataSeries>
Remarks
The collection additionally includes basic information about the origin of the data series that can be iterated - their number, measures they were calculated from and the scoping attributes.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
number |
Number of available data series. | |
|
Descriptors of measures that are used in the data series. | ||
|
IMeasure[] |
Definitions of measures which were sent to execution and resulted in the data series. | |
|
(Optional) Descriptors of attributes that are used to create data series with scoped measure values. | ||
|
(Optional) Definitions of attributes which were sent to execution and resulted in the data series with scoped measure values. |
Methods
Method |
Description |
---|---|
Returns iterator over all data series created for particular measure. | |
Returns first-found data series for the provided measure. | |
Returns all data series in an array. |