preProcessSeriesList method

  1. @protected
void preProcessSeriesList(
  1. List<MutableSeries<D>> seriesList
)

Overridable method that may be used by concrete Legend instances to manipulate the series list.

Implementation

@protected
void preProcessSeriesList(List<MutableSeries<D>> seriesList) {}