onPinchStart method

  1. @override
void onPinchStart(
  1. ChartAxis axis,
  2. double firstX,
  3. double firstY,
  4. double secondX,
  5. double secondY,
  6. double scaleFactor,
)
override

Performs pinch start action.

Implementation

@override
void onPinchStart(ChartAxis axis, double firstX, double firstY,
    double secondX, double secondY, double scaleFactor) {}