MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setTickLabelPadding

Method setTickLabelPadding

qcustomplot/qcustomplot.cpp:7920–7927  ·  view source on GitHub ↗

! Sets the distance between the axis base line (including any outward ticks) and the tick labels. \see setLabelPadding, setPadding */

Source from the content-addressed store, hash-verified

7918 \see setLabelPadding, setPadding
7919*/
7920void QCPAxis::setTickLabelPadding(int padding)
7921{
7922 if (mAxisPainter->tickLabelPadding != padding)
7923 {
7924 mAxisPainter->tickLabelPadding = padding;
7925 mCachedMarginValid = false;
7926 }
7927}
7928
7929/*!
7930 Sets the font of the tick labels.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected