#8054 StimPlan Model Plot: Stack curve legends vertically

This commit is contained in:
Kristian Bendiksen 2021-09-28 21:58:16 +02:00
parent d9af96cd2a
commit d1fb845606

View File

@ -169,7 +169,7 @@ RimStimPlanModelPlot* RicNewStimPlanModelPlotFeature::createPlot( RimStimPlanMod
plot->nameConfig()->setAutoNameTags( false, false, false, false, false );
plot->setPlotTitleVisible( true );
plot->setLegendsVisible( true );
plot->setLegendsHorizontal( true );
plot->setLegendsHorizontal( false );
plot->setDepthType( RiaDefines::DepthTypeEnum::TRUE_VERTICAL_DEPTH );
plot->setAutoScaleDepthEnabled( true );
}