Labels for the Y axis.
List<String>? get yLabels => _yLabels;
set yLabels(List<String>? value) { _yLabels = value; notifyListeners(); }