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

Method xRangeFormat

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

Source from the content-addressed store, hash-verified

1249 return d->rangeConst(dim, index).format();
1250}
1251RangeT::Format CartesianPlot::xRangeFormat(const int index) const {
1252 return rangeFormat(Dimension::X, index);
1253}
1254RangeT::Format CartesianPlot::yRangeFormat(const int index) const {
1255 return rangeFormat(Dimension::Y, index);
1256}

Callers 9

initGeneralTabMethod · 0.80
initGeneralTabMethod · 0.80
updateLocaleMethod · 0.80
initGeneralTabMethod · 0.80
initGeneralTabMethod · 0.80
initGeneralTabMethod · 0.80
initGeneralTabMethod · 0.80
FitOptionsWidgetMethod · 0.80
isNumericMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected