! If set to true, adding a plottable (e.g. a graph) to the QCustomPlot automatically also adds the plottable to the legend (QCustomPlot::legend). \see addGraph, QCPLegend::addItem */
| 13067 | \see addGraph, QCPLegend::addItem |
| 13068 | */ |
| 13069 | void QCustomPlot::setAutoAddPlottableToLegend(bool on) |
| 13070 | { |
| 13071 | mAutoAddPlottableToLegend = on; |
| 13072 | } |
| 13073 | |
| 13074 | /*! |
| 13075 | Sets the possible interactions of this QCustomPlot as an or-combination of \ref QCP::Interaction |
nothing calls this directly
no outgoing calls
no test coverage detected