! Sets whether the axis range (direction) is displayed reversed. Normally, the values on horizontal axes increase left to right, on vertical axes bottom to top. When \a reversed is set to true, the direction of increasing values is inverted. Note that the range and data interface stays the same for reversed axes, e.g. the \a lower part of the \ref setRange interface will still reference
| 7845 | upper part. |
| 7846 | */ |
| 7847 | void QCPAxis::setRangeReversed(bool reversed) |
| 7848 | { |
| 7849 | mRangeReversed = reversed; |
| 7850 | } |
| 7851 | |
| 7852 | /*! |
| 7853 | The axis ticker is responsible for generating the tick positions and tick labels. See the |