Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ DataValueSettings
Method
DataValueSettings
examples/demo/datavaluesettings.cpp:120–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
DataValueSettings::DataValueSettings(KDChart::Chart *chart, QWidget *parent)
121
: QWidget(parent)
122
, d(new Private(chart, this))
123
{
124
d->init();
125
}
126
127
DataValueSettings::~DataValueSettings()
128
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected