! If this bars plottable is stacked on top of another bars plottable (\ref moveAbove), this method allows specifying a distance in \a pixels, by which the drawn bar rectangles will be separated by the bars below it. */
| 23771 | the bars below it. |
| 23772 | */ |
| 23773 | void QCPBars::setStackingGap(double pixels) |
| 23774 | { |
| 23775 | mStackingGap = pixels; |
| 23776 | } |
| 23777 | |
| 23778 | /*! \overload |
| 23779 |
nothing calls this directly
no outgoing calls
no test coverage detected