#8779 Summary Multi Plot : Add flag to control visibility of axis number values

Useful for making plots anonymized
This commit is contained in:
Magne Sjaastad
2022-04-07 14:06:57 +02:00
parent a0507c85f4
commit f099a8c89f
8 changed files with 43 additions and 2 deletions

View File

@@ -825,6 +825,8 @@ void RimSummaryPlot::updateAxis( RiaDefines::PlotAxis plotAxis )
{
plotWidget()->enableAxis( riuPlotAxis, false );
}
plotWidget()->enableAxisNumberLabels( riuPlotAxis, axisProperties->showNumbers() );
}
}
}