mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8779 Summary Multi Plot : Sync time axis properties across sub plots
This commit is contained in:
@@ -47,6 +47,11 @@ public:
|
||||
};
|
||||
using LegendTickmarkCountEnum = caf::AppEnum<LegendTickmarkCount>;
|
||||
|
||||
caf::Signal<> settingsChanged;
|
||||
|
||||
public:
|
||||
RimPlotAxisPropertiesInterface();
|
||||
|
||||
virtual std::vector<RimPlotAxisAnnotation*> annotations() const = 0;
|
||||
virtual void appendAnnotation( RimPlotAxisAnnotation* annotation ) = 0;
|
||||
virtual void removeAllAnnotations() = 0;
|
||||
|
||||
Reference in New Issue
Block a user