yValues property

List<BarData> yValues
final

The list of BarData which gives us the Y-Value and the styling for each individual bars in this group.

Implementation

final List<BarData> yValues;