Index: DamClients/DamUI/trunk/src/Dam/Forms/LocationChart.Designer.cs =================================================================== diff -u -r3526 -r4527 --- DamClients/DamUI/trunk/src/Dam/Forms/LocationChart.Designer.cs (.../LocationChart.Designer.cs) (revision 3526) +++ DamClients/DamUI/trunk/src/Dam/Forms/LocationChart.Designer.cs (.../LocationChart.Designer.cs) (revision 4527) @@ -19,6 +19,8 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using DevExpress.Utils; + namespace Deltares.Dam.Forms { partial class LocationChart @@ -65,7 +67,7 @@ this.chartControl1.PaletteName = "Aspect"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartControl1.SeriesTemplate.View = lineSeriesView1; - pointSeriesLabel1.LineVisible = true; + pointSeriesLabel1.LineVisibility = DefaultBoolean.True; this.chartControl1.SeriesTemplate.Label = pointSeriesLabel1; this.chartControl1.Size = new System.Drawing.Size(481, 229); this.chartControl1.TabIndex = 0;