drawAxisLine property

bool get drawAxisLine

Implementation

bool get drawAxisLine {
  if (forceDrawAxisLine != null) {
    return forceDrawAxisLine!;
  }

  return tickDrawStrategy is SmallTickDrawStrategy;
}