! Adds a single tick to the axis at the given axis coordinate \a position, with the provided tick \a label. \see addTicks, setTicks, clear */
| 6608 | \see addTicks, setTicks, clear |
| 6609 | */ |
| 6610 | void QCPAxisTickerText::addTick(double position, const QString &label) |
| 6611 | { |
| 6612 | mTicks.insert(position, label); |
| 6613 | } |
| 6614 | |
| 6615 | /*! \overload |
| 6616 |