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

Method setLineXRotation

src/KDChart/KDChartThreeDLineAttributes.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void ThreeDLineAttributes::setLineXRotation(const uint degrees)
60{
61 d->lineXRotation = degrees;
62}
63
64uint ThreeDLineAttributes::lineXRotation() const
65{

Calls

no outgoing calls

Tested by

no test coverage detected