! 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 */
| 23727 | \see setWidth |
| 23728 | */ |
| 23729 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected