! Sets the offset the axis has to its axis rect side. If an axis rect side has multiple axes and automatic margin calculation is enabled for that side, only the offset of the inner most axis has meaning (even if it is set to be invisible). The offset of the other, outer axes is controlled automatically, to place them at appropriate positions. */
| 8993 | positions. |
| 8994 | */ |
| 8995 | void QCPAxis::setOffset(int offset) |
| 8996 | { |
| 8997 | mAxisPainter->offset = offset; |
| 8998 | } |
| 8999 | |
| 9000 | /*! |
| 9001 | Sets the font that is used for tick labels when they are selected. |
no outgoing calls
no test coverage detected