Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
void BarAttributes::setUseFixedValueBlockGap(bool gapIsFixed)
108
{
109
d->useFixedValueBlockGap = gapIsFixed;
110
}
111
112
bool BarAttributes::useFixedValueBlockGap() const
113
{
Callers
1
testBarAttributesValueSettings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected