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

Method yRangeFormat

src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1254–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1252 return rangeFormat(Dimension::X, index);
1253}
1254RangeT::Format CartesianPlot::yRangeFormat(const int index) const {
1255 return rangeFormat(Dimension::Y, index);
1256}
1257
1258void CartesianPlot::setRangeFormat(const Dimension dim, const RangeT::Format format) {
1259 setRangeFormat(dim, defaultCoordinateSystem()->index(dim), format);

Callers 2

updateLocaleMethod · 0.80
isNumericMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected