Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ setHidden
Method
setHidden
examples/ModelView/HidingData/mainwindow.cpp:90–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void MainWindow::setHidden(int dataset, bool hidden)
91
{
92
m_lines->setHidden(dataset, hidden);
93
m_chart->update();
94
}
95
96
void MainWindow::openFile(const QString &path)
97
{
Callers
1
main
Function · 0.45
Calls
1
update
Method · 0.45
Tested by
no test coverage detected