! Removes the specified \a graph from the plot and deletes it. If necessary, the corresponding legend item is also removed from the default legend (QCustomPlot::legend). If any other graphs in the plot have a channel fill set towards the removed graph, the channel fill property of those graphs is reset to zero (no channel fill). Returns true on success. \see clearGraphs */
| 13737 | \see clearGraphs |
| 13738 | */ |
| 13739 | bool QCustomPlot::removeGraph(QCPGraph *graph) |
| 13740 | { |
| 13741 | return removePlottable(graph); |
| 13742 | } |
| 13743 | |
| 13744 | /*! \overload |
| 13745 |
no test coverage detected