Changeset 12689 for branches/HiveStatistics/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression
- Timestamp:
- 07/08/15 15:32:12 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
-
branches/HiveStatistics/sources/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.DataAnalysis.Views merged: 12614,12642
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionErrorCharacteristicsCurveView.cs
r12586 r12689 102 102 chart.Series.Clear(); 103 103 chart.Annotations.Clear(); 104 chart.ChartAreas[0].AxisX.Maximum = 0.0; 105 chart.ChartAreas[0].CursorX.Interval = 0.01; 104 106 105 107 if (Content == null) return;
Note: See TracChangeset
for help on using the changeset viewer.