MCPcopy Create free account
hub / github.com/KDE/labplot / setBinningMethod

Method setBinningMethod

src/backend/worksheet/plots/cartesian/Histogram.cpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428
429STD_SETTER_CMD_IMPL_F_S(Histogram, SetBinningMethod, Histogram::BinningMethod, binningMethod, recalc)
430void Histogram::setBinningMethod(Histogram::BinningMethod method) {
431 Q_D(Histogram);
432 if (method != d->binningMethod)
433 exec(new HistogramSetBinningMethodCmd(d, method, ki18n("%1: set binning method")));
434}
435
436STD_SETTER_CMD_IMPL_F_S(Histogram, SetBinCount, int, binCount, recalc)
437void Histogram::setBinCount(int count) {

Callers 4

binningMethodChangedMethod · 0.80
loadCurvesMethod · 0.80

Calls

no outgoing calls