MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / visibleMax

Method visibleMax

gui/src/plotaxis.cpp:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173double PlotAxis::visibleMin() const { return m_plot->axisScaleDiv(axisId()).lowerBound(); }
174
175double PlotAxis::visibleMax() const { return m_plot->axisScaleDiv(axisId()).upperBound(); }
176
177double PlotAxis::min() const { return m_min; }
178

Callers 5

refreshXAxisIntervalMethod · 0.80
generateYAxisSettingsMethod · 0.80
onRectChangedMethod · 0.80
updateBufferPreviewerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected