EJSC.Axis.removeBin
See Also
Definition
void removeBin( String label, boolean redraw )
Description
Removes a bin (static text label) from the axis.
If redraw is false, drawing will not occur immediately but will not be entirely prevented. Certain actions such as adding an additional series with redraw = true, or chart dimensions changing may still trigger the chart to draw. The default, if redraw is omitted is true.
Note:
Bins may only be removed using this method if they were added using EJSC.Axis.addBin and no series are currently utilizing them. |