Changeset 6638 for trunk/sources/HeuristicLab.Optimization.Views/3.3
- Timestamp:
- 08/05/11 08:10:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBoxPlotView.cs
r5445 r6638 53 53 chart.ChartAreas.Add(BoxPlotChartAreaName); 54 54 chart.CustomizeAllChartAreas(); 55 chart.ChartAreas[BoxPlotChartAreaName].Axes.ToList().ForEach(x => { x.ScaleView.Zoomable = true; x.ScaleView.MinSize = 0; }); 56 chart.ChartAreas[BoxPlotChartAreaName].CursorX.Interval = 0.5; 57 chart.ChartAreas[BoxPlotChartAreaName].CursorY.Interval = 1e-5; 55 58 } 56 59
Note: See TracChangeset
for help on using the changeset viewer.