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

Method setFloatingPosition

src/KDChart/KDChartLegend.cpp:462–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462void Legend::setFloatingPosition(const RelativePosition &relativePosition)
463{
464 d->position = Position::Floating;
465 if (d->relativePosition != relativePosition) {
466 d->relativePosition = relativePosition;
467 emitPositionChanged();
468 }
469}
470
471const RelativePosition Legend::floatingPosition() const
472{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected