MCPcopy Create free account
hub / github.com/KDAB/KDChart / adjustedLowerUpperRange

Method adjustedLowerUpperRange

src/KDChart/KDChartAbstractGrid.cpp:92–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92const DataDimension AbstractGrid::adjustedLowerUpperRange(
93 const DataDimension &dim,
94 bool adjustLower, bool adjustUpper)
95{
96 DataDimension result(dim);
97 adjustLowerUpperRange(
98 result.start, result.end,
99 result.stepWidth,
100 adjustLower, adjustUpper);
101 return result;
102}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected