yAxisName property

String? yAxisName
inherited

Implementation

String? get yAxisName => _yAxisName;
void yAxisName=(String? value)
inherited

Implementation

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