Class StockPlot

java.lang.Object
com.inet.report.chart.plot.AbstractPlot
com.inet.report.chart.plot.StockPlot
All Implemented Interfaces:
ChartPlot, Serializable

public class StockPlot extends AbstractPlot
A general class for plotting data in the form of an open and close value or an open, close, high an low value. This plot can use data from any class that implements the StockDataset interface.
Since:
8.0
See Also: