! Sets the length of the inward subticks in pixels. \a inside is the length the subticks will reach inside the plot. \see setSubTickLengthOut, setSubTickLength, setTickLength */
| 8161 | \see setSubTickLengthOut, setSubTickLength, setTickLength |
| 8162 | */ |
| 8163 | void QCPAxis::setSubTickLengthIn(int inside) |
| 8164 | { |
| 8165 | if (mAxisPainter->subTickLengthIn != inside) |
| 8166 | { |
| 8167 | mAxisPainter->subTickLengthIn = inside; |
| 8168 | } |
| 8169 | } |
| 8170 | |
| 8171 | /*! |
| 8172 | Sets the length of the outward subticks in pixels. \a outside is the length the subticks will reach |
nothing calls this directly
no outgoing calls
no test coverage detected