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

Method setWidthType

qcustomplot.cpp:23729–23732  ·  view source on GitHub ↗

! Sets how the width of the bars is defined. See the documentation of \ref WidthType for an explanation of the possible values for \a widthType. The default value is \ref wtPlotCoords. \see setWidth */

Source from the content-addressed store, hash-verified

23727 \see setWidth
23728*/
23729void QCPBars::setWidthType(QCPBars::WidthType widthType)
23730{
23731 mWidthType = widthType;
23732}
23733
23734/*!
23735 Sets to which QCPBarsGroup this QCPBars instance belongs to. Alternatively, you can also use \ref

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected