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

Method setBaseValue

qcustomplot/qcustomplot.cpp:23763–23766  ·  view source on GitHub ↗

! Sets the base value of this bars plottable. The base value defines where on the value coordinate the bars start. How far the bars extend from the base value is given by their individual value data. For example, if the base value is set to 1, a bar with data value 2 will have its lowest point at value coordinate 1 and highest point at 3. For stacked bars, only the base value of th

Source from the content-addressed store, hash-verified

23761 The default base value is 0.
23762*/
23763void QCPBars::setBaseValue(double baseValue)
23764{
23765 mBaseValue = baseValue;
23766}
23767
23768/*!
23769 If this bars plottable is stacked on top of another bars plottable (\ref moveAbove), this method

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected