drawAxisLine property

bool get drawAxisLine

Implementation

bool get drawAxisLine => _drawAxisLine;
set drawAxisLine (bool value)

Implementation

set drawAxisLine(bool value) {
  _drawAxisLine = value;
}