! 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 \c nullptr (no channel fill). Returns true on success. \see clearGraphs */
| 14454 | \see clearGraphs |
| 14455 | */ |
| 14456 | bool QCustomPlot::removeGraph(QCPGraph *graph) |
| 14457 | { |
| 14458 | return removePlottable(graph); |
| 14459 | } |
| 14460 | |
| 14461 | /*! \overload |
| 14462 |
nothing calls this directly
no test coverage detected