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

Method xRangeFormatDefault

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

Source from the content-addressed store, hash-verified

1235};
1236
1237RangeT::Format CartesianPlot::xRangeFormatDefault() const {
1238 return rangeFormat(Dimension::X, defaultCoordinateSystem()->index(Dimension::X));
1239}
1240RangeT::Format CartesianPlot::yRangeFormatDefault() const {
1241 return rangeFormat(Dimension::Y, defaultCoordinateSystem()->index(Dimension::Y));
1242}

Callers 15

setInfoElementsMethod · 0.80
loadMethod · 0.80
bindingChangedMethod · 0.80
loadMethod · 0.80
bindingChangedMethod · 0.80
loadMethod · 0.80
orientationChangedMethod · 0.80
loadMethod · 0.80
bindingChangedMethod · 0.80
loadMethod · 0.80
setCurvesMethod · 0.80

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected