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

Method setShowXAxisLabels

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

Source from the content-addressed store, hash-verified

340bool PlotWidget::showXAxisLabels() const { return m_showXAxisLabels; }
341
342void PlotWidget::setShowXAxisLabels(bool newShowXAxisLabels) { m_showXAxisLabels = newShowXAxisLabels; }
343
344void PlotWidget::showAxisLabels()
345{

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