Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ setSubGridVisible
Method
setSubGridVisible
src/KDChart/KDChartGridAttributes.cpp:228–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void GridAttributes::setSubGridVisible(bool visible)
229
{
230
d->subVisible = visible;
231
}
232
233
bool GridAttributes::isSubGridVisible() const
234
{
Callers
1
ChartWidget
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected