! Sets which strategy the axis ticker follows when choosing the size of the tick step. For the available strategies, see \ref TickStepStrategy. */
| 5510 | available strategies, see \ref TickStepStrategy. |
| 5511 | */ |
| 5512 | void QCPAxisTicker::setTickStepStrategy(QCPAxisTicker::TickStepStrategy strategy) |
| 5513 | { |
| 5514 | mTickStepStrategy = strategy; |
| 5515 | } |
| 5516 | |
| 5517 | /*! |
| 5518 | Sets how many ticks this ticker shall aim to generate across the axis range. Note that \a count |
nothing calls this directly
no outgoing calls
no test coverage detected