! 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 */
| 23265 | \see setSpacingType |
| 23266 | */ |
| 23267 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected