| 533 | } |
| 534 | |
| 535 | void AxisDock::updateAutoScale() { |
| 536 | m_axis->setRangeType(static_cast<Axis::RangeType>(ui.cbRangeType->currentIndex())); |
| 537 | } |
| 538 | |
| 539 | void AxisDock::updateLabelsPosition(Axis::LabelsPosition position) { |
| 540 | bool b = (position != Axis::LabelsPosition::NoLabels); |
no test coverage detected