| AbstractChartGenerator | 
 Ancestor for classes that generate/display charts using a flow as backend. 
 | 
| AbstractRowBasedChartGenerator | 
 Ancestor for row-based plot generators. 
 | 
| AbstractXYChartGenerator | 
 Ancestor for X/Y (or just Y) plot generators. 
 | 
| BarPlot | 
 Generates a bar plot by plotting the X column against the Y column. 
 | 
| ControlChart | 
 Generates the specified control chart from the data. 
 | 
| GenericPlot | 
 Flexible chart generator. 
 | 
| Histogram | 
 Generates histograms by plotting the X column against the Y column. 
 | 
| JFreeChart | 
 Uses JFreeChart to display the data. 
 | 
| LinePlot | 
 Generates a line plot by plotting the X column against one or more Y columns. 
 | 
| ScatterPlot | 
 Generates a scatter plot by plotting the X column against one or more Y columns. 
 |