MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / setPenPositive

Method setPenPositive

qcustomplot.cpp:26445–26448  ·  view source on GitHub ↗

! 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 */

Source from the content-addressed store, hash-verified

26443 \see setPenNegative, setBrushPositive, setBrushNegative
26444*/
26445void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected