MCPcopy 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
1010int Column::valueLabelsCount() const {
1011 return d->valueLabelsCount();
1012}
1013
1014int Column::valueLabelsCount(double min, double max) const {
1015 return d->valueLabelsCount(min, max);

Callers 3

retransformTicksMethod · 0.45

Calls

no outgoing calls

Tested by 2