! Returns the number of currently existing plottables in the plot \see plottable */
| 14328 | \see plottable |
| 14329 | */ |
| 14330 | int QCustomPlot::plottableCount() const |
| 14331 | { |
| 14332 | return mPlottables.size(); |
| 14333 | } |
| 14334 | |
| 14335 | /*! |
| 14336 | Returns a list of the selected plottables. If no plottables are currently selected, the list is empty. |