* @param notify a flag that controls whether or not listeners are notified.
*/
public void setSeriesItemLabelsVisible(int series, Boolean visible, boolean notify) {
this.itemLabelsVisibleList.setBoolean(series, visible);
if (notify) {
notifyListeners(new RendererChangeEvent(this));
}
}