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