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

Method setReferencePoint

src/KDChart/KDChartTextLabelCache.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void PrerenderedElement::setReferencePoint(KDChartEnums::PositionValue point)
61{ // this does not invalidate the element
62 m_referencePoint = point;
63}
64
65KDChartEnums::PositionValue PrerenderedElement::referencePoint() const
66{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected