axisChart.getChartProperties().getTitleFont(),
fontRenderContext );
}
*/
IScatterPlotDataSeries iScatterPlotDataSeries = (IScatterPlotDataSeries) axisChart.getIAxisDataSeries();
this.processDataSet( iScatterPlotDataSeries );
//todo does it make sense to do the legend label processing here?
/*
if( axisChart.hasLegend() )