AxisProperties axisProperties = new AxisProperties( xAxisProperties, yAxisProperties );
ChartProperties chartProperties = new ChartProperties();
LegendProperties legendProperties = new LegendProperties();
ScatterPlotAxisChart scatterPlotAxisChart = new ScatterPlotAxisChart( scatterPlotDataSeries,
chartProperties,
axisProperties,
legendProperties,
500,
400 );