Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
void BarAttributes::setUseFixedDataValueGap(bool gapIsFixed)
88
{
89
d->useFixedDatasetGap = gapIsFixed;
90
}
91
92
bool BarAttributes::useFixedDataValueGap() const
93
{
Callers
1
testBarAttributesValueSettings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected