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

Method xIndexCount

src/backend/worksheet/plots/cartesian/RunChart.cpp:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 * returns the number of index values used for x.
174 */
175int RunChart::xIndexCount() const {
176 Q_D(const RunChart);
177 if (!d->dataColumn)
178 return 0;
179
180 return d->dataColumn->rowCount();
181}
182
183// lines
184Line* RunChart::dataLine() const {

Callers 2

recalcMethod · 0.45
calculateDataRangeMethod · 0.45

Calls 1

rowCountMethod · 0.45

Tested by

no test coverage detected