| 171 | double PlotAxis::max() const { return m_max; } |
| 172 | |
| 173 | double PlotAxis::visibleMin() const { return m_plot->axisScaleDiv(axisId()).lowerBound(); } |
| 174 | |
| 175 | double PlotAxis::visibleMax() const { return m_plot->axisScaleDiv(axisId()).upperBound(); } |
| 176 |
no outgoing calls
no test coverage detected