! Sets the color of the axis label. \see setLabelFont */
| 8234 | \see setLabelFont |
| 8235 | */ |
| 8236 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected