MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / setSpacingType

Method setSpacingType

qcustomplot.cpp:23256–23259  ·  view source on GitHub ↗

! Sets how the spacing between adjacent bars is interpreted. See \ref SpacingType. The actual spacing can then be specified with \ref setSpacing. \see setSpacing */

Source from the content-addressed store, hash-verified

23254 \see setSpacing
23255*/
23256void QCPBarsGroup::setSpacingType(SpacingType spacingType)
23257{
23258 mSpacingType = spacingType;
23259}
23260
23261/*!
23262 Sets the spacing between adjacent bars. What the number passed as \a spacing actually means, is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected