Class XYPlot

All Implemented Interfaces:
ChartPlot, Serializable

public class XYPlot extends AbstractPlot
A general class for plotting data in the form of (x, y) pairs. This plot can use data from any class that implements the XYDataset interface.
Since:
8.0
See Also: