MCPcopy Create free account
hub / github.com/LUX-Core/lux / setRangeReversed

Method setRangeReversed

src/qt/qcustomplot.cpp:7847–7850  ·  view source on GitHub ↗

! 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

Source from the content-addressed store, hash-verified

7845 upper part.
7846*/
7847void 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

Callers 1

setupFullAxesBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected