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

Method setFractionStyle

qcustomplot/qcustomplot.cpp:6790–6793  ·  view source on GitHub ↗

! Sets how the numerical/fractional part preceding the symbolic constant is displayed in tick labels. See \ref FractionStyle for the various options. */

Source from the content-addressed store, hash-verified

6788 labels. See \ref FractionStyle for the various options.
6789*/
6790void QCPAxisTickerPi::setFractionStyle(QCPAxisTickerPi::FractionStyle style)
6791{
6792 mFractionStyle = style;
6793}
6794
6795/*! \internal
6796

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected