Changeset 8176
- Timestamp:
- 07/02/12 10:38:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionResidualHistogram.cs
r8173 r8176 90 90 91 91 // ALL_SAMPLES has to be calculated to know its highest frequency, but it is not shown in the beginning 92 chart.Series. Where(s => s.Name.Equals(ALL_SAMPLES)).First().Points.Clear();92 chart.Series.First(s => s.Name.Equals(ALL_SAMPLES)).Points.Clear(); 93 93 94 94 double roundedMax, intervalWidth;
Note: See TracChangeset
for help on using the changeset viewer.