#7682 Statistics Plot: Add user-defined histogram bar width.

This commit is contained in:
Kristian Bendiksen
2021-05-12 13:55:29 +02:00
parent 0dfe9e2383
commit b00734265a
2 changed files with 15 additions and 0 deletions

View File

@@ -85,4 +85,5 @@ protected:
caf::PdmField<QString> m_plotWindowTitle;
caf::PdmField<int> m_numHistogramBins;
caf::PdmField<cvf::Color3f> m_histogramBarColor;
caf::PdmField<double> m_histogramBarWidth;
};