Custom color and custom plot title

This commit is contained in:
Magne Sjaastad
2019-03-18 14:31:06 +01:00
parent 614a3628f0
commit 69c264edf5
5 changed files with 52 additions and 3 deletions

View File

@@ -109,6 +109,8 @@ protected:
RimPlotAxisProperties* xAxisProperties();
RimPlotAxisProperties* yAxisProperties();
RimGridCrossPlotNameConfig* nameConfig();
private:
caf::PdmField<bool> m_showLegend;
caf::PdmField<int> m_legendFontSize;