mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5577 Multi Plot : Add attribute for setting tick mark count along x-axis
This commit is contained in:
@@ -15,9 +15,12 @@
|
||||
// for more details.
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RimPlotAxisPropertiesInterface.h"
|
||||
#include "RimPlotWindow.h"
|
||||
|
||||
#include "RiuMultiPlotBook.h"
|
||||
|
||||
#include "cafAppEnum.h"
|
||||
@@ -139,6 +142,8 @@ protected:
|
||||
caf::PdmField<RowCountEnum> m_rowsPerPage;
|
||||
caf::PdmField<bool> m_showIndividualPlotTitles;
|
||||
|
||||
caf::PdmField<RimPlotAxisPropertiesInterface::LegendTickmarkCountEnum> m_majorTickmarkCount;
|
||||
|
||||
friend class RiuMultiPlotBook;
|
||||
QPointer<RiuMultiPlotBook> m_viewer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user