| 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; } |