| 1356 | } |
| 1357 | |
| 1358 | int CartesianPlot::rangeCount(const Dimension dim) const { |
| 1359 | Q_D(const CartesianPlot); |
| 1360 | return d ? d->rangeCount(dim) : 0; |
| 1361 | } |
| 1362 | |
| 1363 | const Range<double>& CartesianPlot::range(const Dimension dim, int index) const { |
| 1364 | if (index == -1) |
no outgoing calls