Gets an array with human-readable designations of the PlotObjects (curves, labels, ...) in the sequence they were added (the object passed with the constructor is first, even though it is plotted last). Hidden PlotObjects are included.
()
| 1390 | * in the sequence they were added (the object passed with the constructor is first, |
| 1391 | * even though it is plotted last). Hidden PlotObjects are included. **/ |
| 1392 | public String[] getPlotObjectDesignations() { |
| 1393 | return getPlotObjectDesignations(-1, true); |
| 1394 | } |
| 1395 | |
| 1396 | /** Gets an array with human-readable designations of the PlotObjects containing xy data |
| 1397 | * in the sequence they were added. Other Plot Objects such as labels, arrows, lines, |
no test coverage detected