| 1249 | return d->rangeConst(dim, index).format(); |
| 1250 | } |
| 1251 | RangeT::Format CartesianPlot::xRangeFormat(const int index) const { |
| 1252 | return rangeFormat(Dimension::X, index); |
| 1253 | } |
| 1254 | RangeT::Format CartesianPlot::yRangeFormat(const int index) const { |
| 1255 | return rangeFormat(Dimension::Y, index); |
| 1256 | } |
no outgoing calls
no test coverage detected