update abstract method

void update(
  1. List<ImmutableSeries<D>> seriesList,
  2. bool isAnimating
)

Generates rendering data needed to paint the data on the chart.

This is called during the post layout phase of the chart draw cycle.

Implementation

void update(List<ImmutableSeries<D>> seriesList, bool isAnimating);