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

Method setStackingGap

qcustomplot/qcustomplot.cpp:23773–23776  ·  view source on GitHub ↗

! 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. */

Source from the content-addressed store, hash-verified

23771 the bars below it.
23772*/
23773void QCPBars::setStackingGap(double pixels)
23774{
23775 mStackingGap = pixels;
23776}
23777
23778/*! \overload
23779

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected