chart.setUseLegend(false);
chart.setChartType(ChartType.RADAR);
Assert.assertEquals(chart.getChartTitle(), "Chart with local-data");
Assert.assertTrue(chart.isUseLegend() == false);
Assert.assertEquals(chart.getChartType(), ChartType.RADAR);
doc.save(ResourceUtilities.newTestOutputFile(CHART_FILE_ODT));
PresentationDocument pDoc = PresentationDocument.newPresentationDocument();
pDoc.createChart(title, lables, legends, data, rect);
pDoc.save(ResourceUtilities.newTestOutputFile(CHART_FILE_ODP));