mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Setter methods for grid lines, plot title visibility and tick intervals
* Allows us to set them programatically.
This commit is contained in:
@@ -111,7 +111,9 @@ public:
|
||||
void applyXZoomFromVisibleRange();
|
||||
void calculateXZoomRange();
|
||||
void updateEditors();
|
||||
|
||||
void setVisibleXRange(double minValue, double maxValue);
|
||||
void setTickIntervals(double majorTickInterval, double minorTickInterval);
|
||||
void enableGridLines(GridLines gridLines);
|
||||
void setShowFormations(bool on);
|
||||
|
||||
RiuWellLogTrack* viewer();
|
||||
|
||||
Reference in New Issue
Block a user