isDrawRoundedSlicesEnabled method

bool isDrawRoundedSlicesEnabled()

Returns true if the chart is set to draw each end of a pie-slice "rounded".

@return

Implementation

bool isDrawRoundedSlicesEnabled() {
  return _drawRoundedSlices;
}