| 2026 | LabelSide tickLabelSide() const; |
| 2027 | QString numberFormat() const; |
| 2028 | int numberPrecision() const { return mNumberPrecision; } |
| 2029 | QVector<double> tickVector() const { return mTickVector; } |
| 2030 | QVector<QString> tickVectorLabels() const { return mTickVectorLabels; } |
| 2031 | int tickLengthIn() const; |
nothing calls this directly
no outgoing calls
no test coverage detected