/** Removes all {@link RadarChartLine}s of this chart. */
 public void removeAllRadarChartLines() {
   radarChartLineAppender.removeAll();
 }