unhighlightSeries method
Implementation
void unhighlightSeries(int seriesIndex) {
if (_disposed) return;
if (_highlightedSeries.remove(seriesIndex)) {
_notifyIfAlive();
}
}
void unhighlightSeries(int seriesIndex) {
if (_disposed) return;
if (_highlightedSeries.remove(seriesIndex)) {
_notifyIfAlive();
}
}