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

Method setShowYAxisLabels

gui/src/plotwidget.cpp:338–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336bool PlotWidget::showYAxisLabels() const { return m_showYAxisLabels; }
337
338void PlotWidget::setShowYAxisLabels(bool newShowYAxisLabels) { m_showYAxisLabels = newShowYAxisLabels; }
339
340bool PlotWidget::showXAxisLabels() const { return m_showXAxisLabels; }
341

Callers 9

MonitorPlotMethod · 0.80
initPlotMethod · 0.80
showPlotLabelsMethod · 0.80
initPlotMethod · 0.80
initPlotMethod · 0.80
applyPlotFlagsMethod · 0.80
showPlotLabelsMethod · 0.80
GRTimePlotAddonMethod · 0.80
showPlotLabelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected