| 2022 | int tickLabelPadding() const; |
| 2023 | QFont tickLabelFont() const { return mTickLabelFont; } |
| 2024 | QColor tickLabelColor() const { return mTickLabelColor; } |
| 2025 | double tickLabelRotation() const; |
| 2026 | LabelSide tickLabelSide() const; |
| 2027 | QString numberFormat() const; |
nothing calls this directly
no outgoing calls
no test coverage detected