Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ setDecimalDigits
Method
setDecimalDigits
src/KDChart/KDChartDataValueAttributes.cpp:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
void DataValueAttributes::setDecimalDigits(int digits)
199
{
200
d->decimalDigits = digits;
201
}
202
203
int DataValueAttributes::decimalDigits() const
204
{
Callers
1
main.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected