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

Method setUpperEnding

3rdparty/qcustomplot/qcustomplot.cpp:9103–9106  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

9101 \see setLowerEnding
9102*/
9103void QCPAxis::setUpperEnding(const QCPLineEnding &ending)
9104{
9105 mAxisPainter->upperEnding = ending;
9106}
9107
9108/*!
9109 If the scale type (\ref setScaleType) is \ref stLinear, \a diff is added to the lower and upper

Callers 1

addAxisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected