MCPcopy Create free account
hub / github.com/KDAB/KDChart / setLineYRotation

Method setLineYRotation

src/KDChart/KDChartThreeDLineAttributes.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ThreeDLineAttributes::setLineYRotation(const uint degrees)
70{
71 d->lineYRotation = degrees;
72}
73
74uint ThreeDLineAttributes::lineYRotation() const
75{

Calls

no outgoing calls

Tested by

no test coverage detected