! Sets how the numerical/fractional part preceding the symbolic constant is displayed in tick labels. See \ref FractionStyle for the various options. */
| 6788 | labels. See \ref FractionStyle for the various options. |
| 6789 | */ |
| 6790 | void QCPAxisTickerPi::setFractionStyle(QCPAxisTickerPi::FractionStyle style) |
| 6791 | { |
| 6792 | mFractionStyle = style; |
| 6793 | } |
| 6794 | |
| 6795 | /*! \internal |
| 6796 |
nothing calls this directly
no outgoing calls
no test coverage detected