mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8779 Summary Multi Plot : Add flag to control visibility of axis number values
Useful for making plots anonymized
This commit is contained in:
@@ -79,6 +79,7 @@ public:
|
||||
int alignment = (int)Qt::AlignCenter ) override;
|
||||
|
||||
void enableAxis( RiuPlotAxis axis, bool isEnabled ) override;
|
||||
void enableAxisNumberLabels( RiuPlotAxis axis, bool isEnabled ) override;
|
||||
bool axisEnabled( RiuPlotAxis axis ) const override;
|
||||
|
||||
void setAxisScale( RiuPlotAxis axis, double min, double max ) override;
|
||||
|
||||
Reference in New Issue
Block a user