pieChart2DProperties.setRoundingPowerOfTen(2);
PieChartDataSet pieChartDataSet = new PieChartDataSet("Verteilung",
points, labels, paints, pieChart2DProperties);
PieChart2D pieChart2D = new PieChart2D(pieChartDataSet,
new LegendProperties(), new ChartProperties(), 300, 300);
PNGEncoder.encode(pieChart2D, memStream);
memStream.flush();