MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / xAxis

Method xAxis

3rdparty/qwt/src/qwt_plot_item.cpp:553–556  ·  view source on GitHub ↗

Return xAxis

Source from the content-addressed store, hash-verified

551
552//! Return xAxis
553QwtAxisId QwtPlotItem::xAxis() const
554{
555 return m_data->xAxisId;
556}
557
558//! Return yAxis
559QwtAxisId QwtPlotItem::yAxis() const

Callers 4

updateAxesMethod · 0.45
getCanvasMarginsHintMethod · 0.45
drawItemsMethod · 0.45
qwtRenderItemFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected