Turn off statistics curve legends by default and add option to turn them on,

This commit is contained in:
jonjenssen
2023-03-11 01:18:33 +01:00
committed by jonjenssen
parent 4389b15e37
commit 3772fbac79
4 changed files with 9 additions and 1 deletions

View File

@@ -945,6 +945,7 @@ void RimEnsembleWellLogCurveSet::updateStatisticsCurves( const std::vector<RimWe
curve->setSymbolLabel( caf::AppEnum<RimEnsembleWellLogStatistics::StatisticsType>::uiText( statisticsType ) );
}
curve->setLineStyle( RiuQwtPlotCurveDefines::LineStyleEnum::STYLE_SOLID );
curve->setShowInLegend( m_statistics->showStatisticsCurveLegends() );
plotTrack->addCurve( curve );