isRotationEnabled method

bool isRotationEnabled()

Returns true if rotation of the chart by touch is enabled, false if not.

@return

Implementation

bool isRotationEnabled() {
  return _rotateEnabled;
}