#780 A prototype of linetype pr case color pr var mode

This commit is contained in:
Jacob Støren
2016-06-21 17:29:23 +02:00
parent f581c172f6
commit 268d8dda68
3 changed files with 65 additions and 2 deletions
@@ -375,5 +375,12 @@ void RimPlotCurve::loadDataAndUpdate()
this->onLoadDataAndUpdate();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimPlotCurve::setLineStyle(LineStyleEnum lineStyle)
{
m_lineStyle = lineStyle;
}