preprocessSeries abstract method

void preprocessSeries(
  1. List<MutableSeries<D>> seriesList
)

Pre-calculates some details for the series that will be needed later during the drawing phase.

Implementation

void preprocessSeries(List<MutableSeries<D>> seriesList);