! Sets whether the specified tick step (\ref setTickStep) is absolutely fixed or whether modifications may be applied to it before calculating the finally used tick step, such as permitting multiples or powers. See \ref ScaleStrategy for details. The default strategy is \ref ssNone, which means the tick step is absolutely fixed. */
| 6457 | The default strategy is \ref ssNone, which means the tick step is absolutely fixed. |
| 6458 | */ |
| 6459 | void QCPAxisTickerFixed::setScaleStrategy(QCPAxisTickerFixed::ScaleStrategy strategy) |
| 6460 | { |
| 6461 | mScaleStrategy = strategy; |
| 6462 | } |
| 6463 | |
| 6464 | /*! \internal |
| 6465 |
nothing calls this directly
no outgoing calls
no test coverage detected