redraw method

void redraw()

Implementation

void redraw() {
  drawGrid(true);
  drawLabels();
  drawDataPoints();
}