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

Method setTickLabelSide

qcustomplot/qcustomplot.cpp:7978–7982  ·  view source on GitHub ↗

! Sets whether the tick labels (numbers) shall appear inside or outside the axis rect. The usual and default setting is \ref lsOutside. Very compact plots sometimes require tick labels to be inside the axis rect, to save space. If \a side is set to \ref lsInside, the tick labels appear on the inside are additionally clipped to the axis rect. */

Source from the content-addressed store, hash-verified

7976 appear on the inside are additionally clipped to the axis rect.
7977*/
7978void QCPAxis::setTickLabelSide(LabelSide side)
7979{
7980 mAxisPainter->tickLabelSide = side;
7981 mCachedMarginValid = false;
7982}
7983
7984/*!
7985 Sets the number format for the numbers in tick labels. This \a formatCode is an extended version

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected