! 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. */
| 6766 | coordinates. |
| 6767 | */ |
| 6768 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected