String? get yAxisName => _yAxisName;
set yAxisName(String? value) { if (_yAxisName != value) { _yAxisName = value; } }