MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setRotation

Method setRotation

qcustomplot/qcustomplot.cpp:28976–28979  ·  view source on GitHub ↗

! Sets the angle in degrees by which the text (and the text rectangle, if visible) will be rotated around \a position. */

Source from the content-addressed store, hash-verified

28974 around \a position.
28975*/
28976void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected