getCircleBox method

Rect getCircleBox()

returns the circlebox, the boundingbox of the pie-chart slices

@return

Implementation

Rect getCircleBox() {
  return _circleBox;
}