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

Method setPiValue

qcustomplot/qcustomplot.cpp:6768–6771  ·  view source on GitHub ↗

! Sets the numerical value that the symbolic constant has. This will be used to place the appropriate fractions of the symbol at the respective axis coordinates. */

Source from the content-addressed store, hash-verified

6766 coordinates.
6767*/
6768void QCPAxisTickerPi::setPiValue(double pi)
6769{
6770 mPiValue = pi;
6771}
6772
6773/*!
6774 Sets whether the axis labels shall appear periodicly and if so, at which multiplicity of the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected