remove method

void remove([
  1. dynamic args
])

Remove x/y grid lines. This API removes x/y grid lines. have specified class will be removed. If args is not given, all of x/y grid lines will be removed.

Implementation

external void remove(
    [dynamic /*{ class?: string; value?: number | string }*/ args]);