MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setTickStepStrategy

Method setTickStepStrategy

qcustomplot/qcustomplot.cpp:5512–5515  ·  view source on GitHub ↗

! Sets which strategy the axis ticker follows when choosing the size of the tick step. For the available strategies, see \ref TickStepStrategy. */

Source from the content-addressed store, hash-verified

5510 available strategies, see \ref TickStepStrategy.
5511*/
5512void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected