! Sets whether the tick labels (numbers) shall appear inside or outside the axis rect. The usual and default setting is \ref lsOutside. Very compact plots sometimes require tick labels to be inside the axis rect, to save space. If \a side is set to \ref lsInside, the tick labels appear on the inside are additionally clipped to the axis rect. */
| 7976 | appear on the inside are additionally clipped to the axis rect. |
| 7977 | */ |
| 7978 | void QCPAxis::setTickLabelSide(LabelSide side) |
| 7979 | { |
| 7980 | mAxisPainter->tickLabelSide = side; |
| 7981 | mCachedMarginValid = false; |
| 7982 | } |
| 7983 | |
| 7984 | /*! |
| 7985 | Sets the number format for the numbers in tick labels. This \a formatCode is an extended version |
nothing calls this directly
no outgoing calls
no test coverage detected