! If \ref setTwoColored is set to true, this function controls the brush that is used to draw fills of data points with a positive trend (i.e. bars/candlesticks with close >= open). If \a twoColored is false, the normal plottable's pen and brush are used (\ref setPen, \ref setBrush). \see setBrushNegative, setPenPositive, setPenNegative */
| 26415 | \see setBrushNegative, setPenPositive, setPenNegative |
| 26416 | */ |
| 26417 | void QCPFinancial::setBrushPositive(const QBrush &brush) |
| 26418 | { |
| 26419 | mBrushPositive = brush; |
| 26420 | } |
| 26421 | |
| 26422 | /*! |
| 26423 | If \ref setTwoColored is set to true, this function controls the brush that is used to draw fills |
nothing calls this directly
no outgoing calls
no test coverage detected