private ScatterPlotProperties createScatterPlotProperties()
{
Stroke[] strokes = new Stroke[]{LineChartProperties.DEFAULT_LINE_STROKE};
Shape[] shapes = new Shape[]{PointChartProperties.SHAPE_CIRCLE};
return new ScatterPlotProperties( strokes, shapes );
}