Changeset 10500 for trunk/sources
- Timestamp:
- 02/21/14 14:31:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionErrorCharacteristicsCurveView.cs
r9456 r10500 52 52 chart.ChartAreas[0].CursorX.Interval = 0.01; 53 53 54 chart.ChartAreas[0].AxisY.Title = " Number of Samples";54 chart.ChartAreas[0].AxisY.Title = "Ratio of Residuals"; 55 55 chart.ChartAreas[0].AxisY.Minimum = 0.0; 56 56 chart.ChartAreas[0].AxisY.Maximum = 1.0;
Note: See TracChangeset
for help on using the changeset viewer.