Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ activateTheLayout
Method
activateTheLayout
src/KDChart/KDChartLegend.cpp:154–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
void Legend::activateTheLayout()
155
{
156
if (d->layout && d->layout->parent()) {
157
d->layout->activate();
158
}
159
}
160
161
void Legend::setLegendStyle(LegendStyle style)
162
{
Callers
nothing calls this directly
Calls
1
parent
Method · 0.45
Tested by
no test coverage detected