- Timestamp:
- 07/06/11 21:13:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionLineChartView.cs
r6302 r6520 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.