| 281 | } |
| 282 | |
| 283 | void BarPlot::setXColumnPath(const QString& path) { |
| 284 | Q_D(BarPlot); |
| 285 | d->xColumnPath = path; |
| 286 | } |
| 287 | |
| 288 | CURVE_COLUMN_LIST_SETTER_CMD_IMPL_F_S(BarPlot, Data, data, recalc) |
| 289 | void BarPlot::setDataColumns(const QVector<const AbstractColumn*> columns) { |
no outgoing calls
no test coverage detected