mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add support for placing legend at several positions
Show legends on top of preview plot
This commit is contained in:
@@ -117,11 +117,10 @@ public:
|
||||
virtual bool plotTitleEnabled() const = 0;
|
||||
virtual void setPlotTitleFontSize( int titleFontSize ) = 0;
|
||||
|
||||
virtual void setLegendFontSize( int fontSize ) = 0;
|
||||
virtual void setInternalLegendVisible( bool visible ) = 0;
|
||||
virtual void insertLegend( RiuPlotWidget::Legend ) = 0;
|
||||
virtual void clearLegend() = 0;
|
||||
virtual void updateLegend() = 0;
|
||||
virtual void setLegendFontSize( int fontSize ) = 0;
|
||||
virtual void insertLegend( RiuPlotWidget::Legend ) = 0;
|
||||
virtual void clearLegend() = 0;
|
||||
virtual void updateLegend() = 0;
|
||||
|
||||
virtual void detachItems( RiuPlotWidget::PlotItemType plotItemType ) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user