! Sets the color that is used for the axis label when it is selected. \see setLabelColor, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions */
| 8341 | \see setLabelColor, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions |
| 8342 | */ |
| 8343 | void QCPAxis::setSelectedLabelColor(const QColor &color) |
| 8344 | { |
| 8345 | mSelectedLabelColor = color; |
| 8346 | } |
| 8347 | |
| 8348 | /*! |
| 8349 | Sets the pen that is used to draw the axis base line when selected. |
nothing calls this directly
no outgoing calls
no test coverage detected