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

Method setUpperEnding

src/qt/qcustomplot.cpp:8392–8395  ·  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

8390 \see setLowerEnding
8391*/
8392void QCPAxis::setUpperEnding(const QCPLineEnding &ending)
8393{
8394 mAxisPainter->upperEnding = ending;
8395}
8396
8397/*!
8398 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