Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ valueLabelsCount
Method
valueLabelsCount
src/backend/core/column/Column.cpp:1010–1012 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1008
}
1009
1010
int Column::valueLabelsCount() const {
1011
return d->valueLabelsCount();
1012
}
1013
1014
int Column::valueLabelsCount(double min, double max) const {
1015
return d->valueLabelsCount(min, max);
Callers
3
retransformTicks
Method · 0.45
testRowCountValueLabels
Method · 0.45
testRowCountValueLabelsDateTime
Method · 0.45
Calls
no outgoing calls
Tested by
2
testRowCountValueLabels
Method · 0.36
testRowCountValueLabelsDateTime
Method · 0.36