| 340 | bool PlotWidget::showXAxisLabels() const { return m_showXAxisLabels; } |
| 341 | |
| 342 | void PlotWidget::setShowXAxisLabels(bool newShowXAxisLabels) { m_showXAxisLabels = newShowXAxisLabels; } |
| 343 | |
| 344 | void PlotWidget::showAxisLabels() |
| 345 | { |
no outgoing calls
no test coverage detected