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

Method setXAxis

gui/src/plotchannel.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123bool PlotChannel::isEnabled() const { return m_isEnabled; }
124
125void PlotChannel::setXAxis(PlotAxis *newXAxis)
126{
127 m_xAxis = newXAxis;
128 curve()->setXAxis(m_xAxis->axisId());
129}
130
131void PlotChannel::setYAxis(PlotAxis *newYAxis)
132{

Callers 1

buildMarkerMethod · 0.45

Calls 1

axisIdMethod · 0.80

Tested by

no test coverage detected