Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ setYDataColumnPath
Method
setYDataColumnPath
src/backend/worksheet/plots/cartesian/XYAnalysisCurve.cpp:250–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
void XYAnalysisCurve::setYDataColumnPath(const QString& path) {
251
Q_D(XYAnalysisCurve);
252
d->yDataColumnPath = path;
253
}
254
255
void XYAnalysisCurve::setY2DataColumnPath(const QString& path) {
256
Q_D(XYAnalysisCurve);
Callers
1
sourceChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected