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

Method setLabelColor

qcustomplot.cpp:8236–8239  ·  view source on GitHub ↗

! Sets the color of the axis label. \see setLabelFont */

Source from the content-addressed store, hash-verified

8234 \see setLabelFont
8235*/
8236void QCPAxis::setLabelColor(const QColor &color)
8237{
8238 mLabelColor = color;
8239}
8240
8241/*!
8242 Sets the text of the axis label that will be shown below/above or next to the axis, depending on

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected