! Sets whether adaptive sampling shall be used when plotting this graph. QCustomPlot's adaptive sampling technique can drastically improve the replot performance for graphs with a larger number of points (e.g. above 10,000), without notably changing the appearance of the graph. By default, adaptive sampling is enabled. Even if enabled, QCustomPlot decides whether adaptive sampling sha
| 20260 | back to true afterwards. |
| 20261 | */ |
| 20262 | void QCPGraph::setAdaptiveSampling(bool enabled) |
| 20263 | { |
| 20264 | mAdaptiveSampling = enabled; |
| 20265 | } |
| 20266 | |
| 20267 | /*! \overload |
| 20268 |
nothing calls this directly
no outgoing calls
no test coverage detected