updatePoint abstract method

void updatePoint(
  1. int seriesIndex,
  2. int pointIndex,
  3. num value, [
  4. bool redraw = true,
  5. bool animation = true,
])

Implementation

void updatePoint(int seriesIndex, int pointIndex, num value, [bool redraw = true, bool animation = true]);