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

Method setLowerEnding

src/qt/qcustomplot.cpp:8377–8380  ·  view source on GitHub ↗

! Sets the style for the lower axis ending. See the documentation of QCPLineEnding for available styles. For horizontal axes, this method refers to the left ending, for vertical axes the bottom ending. Note that this meaning does not change when the axis range is reversed with \ref setRangeReversed. \see setUpperEnding */

Source from the content-addressed store, hash-verified

8375 \see setUpperEnding
8376*/
8377void QCPAxis::setLowerEnding(const QCPLineEnding &ending)
8378{
8379 mAxisPainter->lowerEnding = ending;
8380}
8381
8382/*!
8383 Sets the style for the upper axis ending. See the documentation of QCPLineEnding for available

Callers 1

addAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected