Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
553
QwtAxisId QwtPlotItem::xAxis() const
554
{
555
return m_data->xAxisId;
556
}
557
558
//! Return yAxis
559
QwtAxisId QwtPlotItem::yAxis() const
Callers
4
updateAxes
Method · 0.45
getCanvasMarginsHint
Method · 0.45
drawItems
Method · 0.45
qwtRenderItem
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected