MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / setLowerEnding

Method setLowerEnding

3rdparty/qcustomplot/qcustomplot.cpp:9088–9091  ·  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

9086 \see setUpperEnding
9087*/
9088void QCPAxis::setLowerEnding(const QCPLineEnding &ending)
9089{
9090 mAxisPainter->lowerEnding = ending;
9091}
9092
9093/*!
9094 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