Class GanttPlot

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

public class GanttPlot extends AbstractPlot
A general class for plotting data in the form of an start, end and progress value. This plot can use data from any class that implements the GanttDataset interface.
Since:
8.0
See Also: