public static void main( String[] args ) throws ChartDataException, PropertyException
{
ScatterPlotTestDriver s= new ScatterPlotTestDriver();
ScatterPlotDataSet scatterPlotDataSet= s.createScatterPlotDataSet( 1, 5, -1000, 3000, 200, 500 );
ScatterPlotDataSeries scatterPlotDataSeries = new ScatterPlotDataSeries( scatterPlotDataSet,
"X-Axis Title",
"Y-Axis Title",
"Chart Title" );
DataAxisProperties xAxisProperties= new DataAxisProperties();