! 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. */
| 6755 | symbol. |
| 6756 | */ |
| 6757 | void QCPAxisTickerPi::setPiSymbol(QString symbol) |
| 6758 | { |
| 6759 | mPiSymbol = symbol; |
| 6760 | } |
| 6761 | |
| 6762 | /*! |
| 6763 | Sets the numerical value that the symbolic constant has. |
nothing calls this directly
no outgoing calls
no test coverage detected