{
List plotValues = getPlotValues();
int count = plotValues.size();
double[] data = new double[count];
String[] labels = new String[count];
PieChart2DProperties properties = new PieChart2DProperties();
for (int i = 0; i < count; i++)
{
PlotValue pv = (PlotValue) plotValues.get(i);