5051525354555657
PieChart pieChart = new PieChart(container, data, resources); pieChart.showLegend(); // Now lets test making a horizontal list new ColorCodedDataList(Root.getContainer(), data, data.size(), 100, true, false, resources); }