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

Method AdjustedCartesianAxis

examples/Axis/Labels/AdjustedCartesianAxis.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "AdjustedCartesianAxis.h"
12
13AdjustedCartesianAxis::AdjustedCartesianAxis(KDChart::AbstractCartesianDiagram *diagram)
14 : CartesianAxis(diagram)
15{
16 // this block left empty intentionally
17}
18
19const QString AdjustedCartesianAxis::customizedLabel(const QString &label) const
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected