Class ContinuousLinePlot

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

public class ContinuousLinePlot extends com.inet.report.chart.plot.AbstractLinePlot
A general class for plotting data of groups of values. This plot can use data from any class that implements the BaseDataset interface.
Since:
8.0
See Also: