public XYChart (Axis<X> xAxis, Axis<Y> yAxis)

Constructs a XYChart given the two axes. The initial content for the chart plot background and plot area that includes vertical and horizontal grid lines and fills, are added.

Parameters:
xAxis    X Axis for this XY chart
yAxis    Y Axis for this XY chart