Uses of Class
adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
-
Packages that use AbstractXYChartGenerator Package Description adams.gui.tools.spreadsheetviewer.chart -
-
Uses of AbstractXYChartGenerator in adams.gui.tools.spreadsheetviewer.chart
Subclasses of AbstractXYChartGenerator in adams.gui.tools.spreadsheetviewer.chart Modifier and Type Class Description class
BarPlot
Generates a bar plot by plotting the X column against the Y column.class
LinePlot
Generates a line plot by plotting the X column against one or more Y columns.class
ScatterPlot
Generates a scatter plot by plotting the X column against one or more Y columns.
-