#4195 Grid Cross Plot: Add annotation item to axis

This commit is contained in:
Magne Sjaastad
2019-03-12 16:05:58 +01:00
parent edc6dad0f7
commit 15f2a76ee1
8 changed files with 198 additions and 8 deletions

View File

@@ -279,6 +279,10 @@ void RimGridCrossPlot::updateAxisDisplay()
{
updateAxisInQwt(RiaDefines::PLOT_AXIS_BOTTOM);
updateAxisInQwt(RiaDefines::PLOT_AXIS_LEFT);
m_qwtPlot->updateAnnotationObjects(m_xAxisProperties);
m_qwtPlot->updateAnnotationObjects(m_yAxisProperties);
m_qwtPlot->replot();
}