isRotationEnabled method
Returns true if rotation of the chart by touch is enabled, false if not.
@return
Implementation
bool isRotationEnabled() {
return _rotateEnabled;
}
Returns true if rotation of the chart by touch is enabled, false if not.
@return
bool isRotationEnabled() {
return _rotateEnabled;
}