! Returns the number of currently existing graphs in the plot \see graph, addGraph */
| 13775 | \see graph, addGraph |
| 13776 | */ |
| 13777 | int QCustomPlot::graphCount() const |
| 13778 | { |
| 13779 | return mGraphs.size(); |
| 13780 | } |
| 13781 | |
| 13782 | /*! |
| 13783 | Returns a list of the selected graphs. If no graphs are currently selected, the list is empty. |
no test coverage detected