Labels for the X axis.
List<String>? get xLabels => _xLabels;
set xLabels(List<String>? value) { _xLabels = value; notifyListeners(); }