| 336 | bool PlotWidget::showYAxisLabels() const { return m_showYAxisLabels; } |
| 337 | |
| 338 | void PlotWidget::setShowYAxisLabels(bool newShowYAxisLabels) { m_showYAxisLabels = newShowYAxisLabels; } |
| 339 | |
| 340 | bool PlotWidget::showXAxisLabels() const { return m_showXAxisLabels; } |
| 341 |
no outgoing calls
no test coverage detected