! Sets the precision of the tick label numbers. See QLocale::toString(double i, char f, int prec) for details. The effect of precisions are most notably for number Formats starting with 'e', see \ref setNumberFormat */
| 8061 | \ref setNumberFormat |
| 8062 | */ |
| 8063 | void QCPAxis::setNumberPrecision(int precision) |
| 8064 | { |
| 8065 | if (mNumberPrecision != precision) |
| 8066 | { |
| 8067 | mNumberPrecision = precision; |
| 8068 | mCachedMarginValid = false; |
| 8069 | } |
| 8070 | } |
| 8071 | |
| 8072 | /*! |
| 8073 | Sets the length of the ticks in pixels. \a inside is the length the ticks will reach inside the |