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

Method setSpacing

qcustomplot/qcustomplot.cpp:23267–23270  ·  view source on GitHub ↗

! Sets the spacing between adjacent bars. What the number passed as \a spacing actually means, is defined by the current \ref SpacingType, which can be set with \ref setSpacingType. \see setSpacingType */

Source from the content-addressed store, hash-verified

23265 \see setSpacingType
23266*/
23267void QCPBarsGroup::setSpacing(double spacing)
23268{
23269 mSpacing = spacing;
23270}
23271
23272/*!
23273 Returns the QCPBars instance with the specified \a index in this group. If no such QCPBars

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected