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

Method setLegendPos

3rdparty/qwt/src/qwt_plot_layout.cpp:490–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 inline int canvasMargin( int axisPos ) const { return m_canvasMargin[ axisPos ]; }
489
490 inline void setLegendPos( QwtPlot::LegendPosition pos ) { m_legendPos = pos; }
491 inline QwtPlot::LegendPosition legendPos() const { return m_legendPos; }
492
493 inline void setLegendRatio( double ratio ) { m_legendRatio = ratio; }

Callers 1

setLegendPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected