| 1256 | } |
| 1257 | |
| 1258 | void CartesianPlot::setRangeFormat(const Dimension dim, const RangeT::Format format) { |
| 1259 | setRangeFormat(dim, defaultCoordinateSystem()->index(dim), format); |
| 1260 | } |
| 1261 | |
| 1262 | void CartesianPlot::setRangeFormat(const Dimension dim, const int index, const RangeT::Format format) { |
| 1263 | Q_D(CartesianPlot); |
no test coverage detected