legend.setPlacment("outsideGrid");
chartConfiguration.setLegend(legend);
chartConfiguration.setLabelX(labelX);
chartConfiguration.setLabelY(labelY);
XAxis xAxis = getChartConfiguration().createXAxis();
xAxis.setRenderer(JqPlotResources.CategoryAxisRenderer);
getChartConfiguration().createYAxis();
}