! If \ref setTwoColored is set to true, this function controls the pen that is used to draw outlines 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 setPenNegative, setBrushPositive, setBrushNegative */
| 26443 | \see setPenNegative, setBrushPositive, setBrushNegative |
| 26444 | */ |
| 26445 | void QCPFinancial::setPenPositive(const QPen &pen) |
| 26446 | { |
| 26447 | mPenPositive = pen; |
| 26448 | } |
| 26449 | |
| 26450 | /*! |
| 26451 | If \ref setTwoColored is set to true, this function controls the pen that is used to draw |
nothing calls this directly
no outgoing calls
no test coverage detected