getCenterText method

String getCenterText()

returns the text that is drawn in the center of the pie-chart

@return

Implementation

String getCenterText() {
  return _centerText;
}