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