zoomIn method

void zoomIn()

Increases the magnification of the plot area.

Implementation

void zoomIn() {
  _zoomInAndOut(0.1);
}