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

Method setScaleStrategy

qcustomplot/qcustomplot.cpp:6459–6462  ·  view source on GitHub ↗

! 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. */

Source from the content-addressed store, hash-verified

6457 The default strategy is \ref ssNone, which means the tick step is absolutely fixed.
6458*/
6459void QCPAxisTickerFixed::setScaleStrategy(QCPAxisTickerFixed::ScaleStrategy strategy)
6460{
6461 mScaleStrategy = strategy;
6462}
6463
6464/*! \internal
6465

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected