EJSC.Chart.removeYAxisBin

See Also

 

Definition

 

void removeYAxisBin( String label, boolean redraw )

 

Description

 

Removes a bin (static text label) from the Y 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 addYAxisBin and no series are currently utilizing them.