Returns the plot values with simple headings (X, Y, Y1 etc, not the labels) as a ResultsTable. Use plot.getResultsTableWithLabels for a table with data set labels as column headings
()
| 822 | /** Returns the plot values with simple headings (X, Y, Y1 etc, not the labels) as a ResultsTable. |
| 823 | * Use plot.getResultsTableWithLabels for a table with data set labels as column headings */ |
| 824 | public ResultsTable getResultsTable() { |
| 825 | return plot.getResultsTable(saveXValues); |
| 826 | } |
| 827 | |
| 828 | /** creates the data that fills the showList() function values */ |
| 829 | private String getValuesAsString(){ |
no outgoing calls
no test coverage detected