! Sets the angle in degrees by which the text (and the text rectangle, if visible) will be rotated around \a position. */
| 28974 | around \a position. |
| 28975 | */ |
| 28976 | void QCPItemText::setRotation(double degrees) |
| 28977 | { |
| 28978 | mRotation = degrees; |
| 28979 | } |
| 28980 | |
| 28981 | /*! |
| 28982 | Sets the distance between the border of the text rectangle and the text. The appearance (and |
nothing calls this directly
no outgoing calls
no test coverage detected