axis property

AxisBase? get axis

Implementation

AxisBase? get axis => _axis;
set axis (AxisBase? value)

Implementation

set axis(AxisBase? value) {
  _axis = value;
}