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

Method CartesianAxis

src/KDChart/Cartesian/KDChartCartesianAxis.cpp:368–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368CartesianAxis::CartesianAxis(AbstractCartesianDiagram *diagram)
369 : AbstractAxis(new Private(diagram, this), diagram)
370{
371 init();
372}
373
374CartesianAxis::~CartesianAxis()
375{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected