Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Views/WaveConditionsInputView.cs =================================================================== diff -u -ra84c93d532432d0aac54202eb1a4514ac9a9b21c -r39359f299a246ff0e9e41ef17dbbdb0168dc79d8 --- Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Views/WaveConditionsInputView.cs (.../WaveConditionsInputView.cs) (revision a84c93d532432d0aac54202eb1a4514ac9a9b21c) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.Forms/Views/WaveConditionsInputView.cs (.../WaveConditionsInputView.cs) (revision 39359f299a246ff0e9e41ef17dbbdb0168dc79d8) @@ -128,6 +128,7 @@ revetmentBaseChartData.NotifyObservers(); revetmentChartData.NotifyObservers(); lowerBoundaryRevetmentChartData.NotifyObservers(); + upperBoundaryRevetmentChartData.NotifyObservers(); } private void UpdateChartTitle() @@ -146,6 +147,7 @@ revetmentBaseChartData.Points = WaveConditionsChartDataPointsFactory.CreateRevetmentBaseGeometryPoints(input); revetmentChartData.Points = WaveConditionsChartDataPointsFactory.CreateRevetmentGeometryPoints(input); lowerBoundaryRevetmentChartData.Points = WaveConditionsChartDataPointsFactory.CreateLowerBoundaryRevetmentGeometryPoints(input); + upperBoundaryRevetmentChartData.Points = WaveConditionsChartDataPointsFactory.CreateUpperBoundaryRevetmentGeometryPoints(input); } } } \ No newline at end of file