! Sets how the spacing between adjacent bars is interpreted. See \ref SpacingType. The actual spacing can then be specified with \ref setSpacing. \see setSpacing */
| 23254 | \see setSpacing |
| 23255 | */ |
| 23256 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected