logger.debug("Style Labels");
Color colorSubInvisibleTitle=Color.decode("#FFFFFF");
StyleLabel styleSubSubTitle=new StyleLabel("Arial",12,colorSubInvisibleTitle);
TextTitle subsubTitle =setStyleTitle("", styleSubSubTitle);
chart.addSubtitle(subsubTitle);
// NOW DO SOME OPTIONAL CUSTOMISATION OF THE CHART...
// set the background color for the chart...
chart.setBackgroundPaint(color);