MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / removeGraph

Method removeGraph

qcustomplot.cpp:13739–13742  ·  view source on GitHub ↗

! 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 */

Source from the content-addressed store, hash-verified

13737 \see clearGraphs
13738*/
13739bool QCustomPlot::removeGraph(QCPGraph *graph)
13740{
13741 return removePlottable(graph);
13742}
13743
13744/*! \overload
13745

Callers 2

removeSelectedGraphMethod · 0.80
showParamsDialogMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected