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

Method setRangeFormat

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

Source from the content-addressed store, hash-verified

1256}
1257
1258void CartesianPlot::setRangeFormat(const Dimension dim, const RangeT::Format format) {
1259 setRangeFormat(dim, defaultCoordinateSystem()->index(dim), format);
1260}
1261
1262void CartesianPlot::setRangeFormat(const Dimension dim, const int index, const RangeT::Format format) {
1263 Q_D(CartesianPlot);

Callers 1

rangeFormatChangedMethod · 0.80

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected