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

Method setPiSymbol

qcustomplot/qcustomplot.cpp:6757–6760  ·  view source on GitHub ↗

! Sets how the symbol part (which is always a suffix to the number) shall appear in the axis tick label. If a space shall appear between the number and the symbol, make sure the space is contained in \a symbol. */

Source from the content-addressed store, hash-verified

6755 symbol.
6756*/
6757void QCPAxisTickerPi::setPiSymbol(QString symbol)
6758{
6759 mPiSymbol = symbol;
6760}
6761
6762/*!
6763 Sets the numerical value that the symbolic constant has.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected