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

Method setUseFixedDataValueGap

src/KDChart/Cartesian/KDChartBarAttributes.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void BarAttributes::setUseFixedDataValueGap(bool gapIsFixed)
88{
89 d->useFixedDatasetGap = gapIsFixed;
90}
91
92bool BarAttributes::useFixedDataValueGap() const
93{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected