removeAllLimitLines method

void removeAllLimitLines()

Removes all LimitLines from the axis.

Implementation

void removeAllLimitLines() {
  _limitLines!.clear();
}