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

Method upperLimitLine

src/backend/worksheet/plots/cartesian/ProcessBehaviorChart.cpp:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380Line* ProcessBehaviorChart::upperLimitLine() const {
381 Q_D(const ProcessBehaviorChart);
382 return d->upperLimitCurve->line();
383}
384
385Line* ProcessBehaviorChart::lowerLimitLine() const {
386 Q_D(const ProcessBehaviorChart);

Callers 1

setPlotsMethod · 0.80

Calls 1

lineMethod · 0.45

Tested by

no test coverage detected