drawAxisLine property

bool drawAxisLine

Implementation

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

  return tickDrawStrategy is SmallTickDrawStrategy;
}