LegendProperties legendProperties= new LegendProperties();
AxisChart axisChart = new AxisChart(
dataSeries, chartProperties, axisProperties,
legendProperties, _width, _height );
axisChart.setGraphics2D((Graphics2D) g);
axisChart.render();
} catch (ChartDataException e) {
log.warn("",e);
} catch (PropertyException e) {
log.warn("",e);
}