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

Method setUseFixedValueBlockGap

src/KDChart/Cartesian/KDChartBarAttributes.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void BarAttributes::setUseFixedValueBlockGap(bool gapIsFixed)
108{
109 d->useFixedValueBlockGap = gapIsFixed;
110}
111
112bool BarAttributes::useFixedValueBlockGap() const
113{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected