#11859 Summary Plot: Missing legend curve name for Excel data

Remove virtual from RimPlotCurve::setTitle()
Set curve name for an Ascii curve to custom
Make the curve title obsolete
This commit is contained in:
Magne Sjaastad
2024-11-22 08:19:50 +01:00
parent 036ed8b70e
commit 6894149f8e
5 changed files with 46 additions and 30 deletions

View File

@@ -789,6 +789,9 @@ void RimPlotCurve::updateLegendsInPlot()
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimPlotCurve::setTitle( const QString& title )
{
if ( m_plotCurve ) m_plotCurve->setTitle( title );