entries

abstract val entries: List<List<ChartEntry>>

The chart entries (ChartEntry instances). Multiple lists of ChartEntry instances can be provided. In such a case, entries will be associated by index, and the Chart will stack or group them if it’s a ColumnChart, and display multiple lines if it’s a LineChart.