! Sets the distance between the tick labels and the axis label. \see setTickLabelPadding, setPadding */
| 8257 | \see setTickLabelPadding, setPadding |
| 8258 | */ |
| 8259 | void QCPAxis::setLabelPadding(int padding) |
| 8260 | { |
| 8261 | if (mAxisPainter->labelPadding != padding) |
| 8262 | { |
| 8263 | mAxisPainter->labelPadding = padding; |
| 8264 | mCachedMarginValid = false; |
| 8265 | } |
| 8266 | } |
| 8267 | |
| 8268 | /*! |
| 8269 | Sets the padding of the axis. |
nothing calls this directly
no outgoing calls
no test coverage detected