getSliceAngle method

double getSliceAngle()

Returns the angle that each slice in the radar chart occupies.

@return

Implementation

double getSliceAngle() {
  return 360 / getData()!.getMaxEntryCountSet()!.getEntryCount();
}