! 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
| 23761 | The default base value is 0. |
| 23762 | */ |
| 23763 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected