Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
380
Line* ProcessBehaviorChart::upperLimitLine() const {
381
Q_D(const ProcessBehaviorChart);
382
return d->upperLimitCurve->line();
383
}
384
385
Line* ProcessBehaviorChart::lowerLimitLine() const {
386
Q_D(const ProcessBehaviorChart);
Callers
1
setPlots
Method · 0.80
Calls
1
line
Method · 0.45
Tested by
no test coverage detected