String[] xAxisLabels= { "1998", "1999", "2000", "2001", "2002", "2003", "2004" };
DataSeries dataSeries = new DataSeries( xAxisLabels, "Years", "Production", "The Micro$ofties have been so very, very, very, busy adding Bugs, this title is going to wrap to the next line" );
dataSeries.addIAxisPlotDataSet( AxisChartsGuide.createAxisChartDataSet( ChartType.AREA, new AreaChartProperties(), 200, 5000 ) );
ChartProperties chartProperties= this.getChartProperties();
AxisProperties axisProperties= new AxisProperties();
axisProperties.setXAxisLabelsAreVertical( true );
LegendProperties legendProperties= new LegendProperties();