removeLimitLine method

void removeLimitLine(
  1. LimitLine l
)

Removes the specified LimitLine from the axis.

@param l

Implementation

void removeLimitLine(LimitLine l) {
  _limitLines!.remove(l);
}