! Sets the distance between the axis base line (including any outward ticks) and the tick labels. \see setLabelPadding, setPadding */
| 7918 | \see setLabelPadding, setPadding |
| 7919 | */ |
| 7920 | void QCPAxis::setTickLabelPadding(int padding) |
| 7921 | { |
| 7922 | if (mAxisPainter->tickLabelPadding != padding) |
| 7923 | { |
| 7924 | mAxisPainter->tickLabelPadding = padding; |
| 7925 | mCachedMarginValid = false; |
| 7926 | } |
| 7927 | } |
| 7928 | |
| 7929 | /*! |
| 7930 | Sets the font of the tick labels. |
nothing calls this directly
no outgoing calls
no test coverage detected