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

Method addAxis

src/KDChart/Cartesian/KDChartAbstractCartesianDiagram.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void AbstractCartesianDiagram::addAxis(CartesianAxis *axis)
70{
71 if (!d->axesList.contains(axis)) {
72 d->axesList.append(axis);
73 axis->createObserver(this);
74 layoutPlanes();
75 }
76}
77
78void AbstractCartesianDiagram::takeAxis(CartesianAxis *axis)
79{

Callers

nothing calls this directly

Calls 1

createObserverMethod · 0.80

Tested by

no test coverage detected