mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7666 Statistics Plot: Option to show histogram as curve
This commit is contained in:
@@ -51,6 +51,12 @@ public:
|
||||
RELATIVE_FREQUENCY_PERCENT
|
||||
};
|
||||
|
||||
enum class GraphType
|
||||
{
|
||||
BAR_GRAPH,
|
||||
LINE_GRAPH
|
||||
};
|
||||
|
||||
RimStatisticsPlot();
|
||||
~RimStatisticsPlot() override;
|
||||
|
||||
@@ -101,4 +107,5 @@ protected:
|
||||
caf::PdmField<caf::AppEnum<HistogramFrequencyType>> m_histogramFrequencyType;
|
||||
caf::PdmField<int> m_precision;
|
||||
caf::PdmField<caf::AppEnum<RiaNumberFormat::NumberFormatType>> m_tickNumberFormat;
|
||||
caf::PdmField<caf::AppEnum<GraphType>> m_graphType;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user