Dataset

class Dataset<DOMAIN>

Container for the Chart data, gives access to various properties.

See also

Properties

data
Link copied to clipboard
common
val data: List<Datum<DOMAIN>>
A List of Datum objects created from the original collection of DOMAIN objects.
dataBySeries
Link copied to clipboard
common
val dataBySeries: List<List<Datum<DOMAIN>>>
A List<List<Datum>>: the first index is the element's series index, second index is the element's index in the series.