Changeset 6618 for branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionLineChartView.cs
- Timestamp:
- 08/01/11 17:48:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionLineChartView.cs
r6377 r6618 198 198 // strip range is [start .. end] inclusive, but we evaluate [start..end[ (end is exclusive) 199 199 // the strip should be by one longer (starting at start - 0.5 and ending at end + 0.5) 200 stripLine.StripWidth = end - start; 200 stripLine.StripWidth = end - start; 201 201 stripLine.IntervalOffset = start - 0.5; // start slightly to the left of the first point to clearly indicate the first point in the partition 202 202 this.chart.ChartAreas[0].AxisX.StripLines.Add(stripLine);
Note: See TracChangeset
for help on using the changeset viewer.