| 1252 | return rangeFormat(Dimension::X, index); |
| 1253 | } |
| 1254 | RangeT::Format CartesianPlot::yRangeFormat(const int index) const { |
| 1255 | return rangeFormat(Dimension::Y, index); |
| 1256 | } |
| 1257 | |
| 1258 | void CartesianPlot::setRangeFormat(const Dimension dim, const RangeT::Format format) { |
| 1259 | setRangeFormat(dim, defaultCoordinateSystem()->index(dim), format); |
no outgoing calls
no test coverage detected