getSliceAngle method
Returns the angle that each slice in the radar chart occupies.
@return
Implementation
double getSliceAngle() {
return 360 / getData()!.getMaxEntryCountSet()!.getEntryCount();
}
Returns the angle that each slice in the radar chart occupies.
@return
double getSliceAngle() {
return 360 / getData()!.getMaxEntryCountSet()!.getEntryCount();
}