Changeset 14600 for branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/UnderstandingSolutionsView.cs
- Timestamp:
- 01/23/17 16:11:02 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/UnderstandingSolutionsView.cs
r13787 r14600 174 174 var row = new ScatterPlotDataRow("Fdc", "", points); 175 175 row.VisualProperties.PointSize = 10; 176 row.VisualProperties. ShowRegressionLine = true;176 row.VisualProperties.RegressionType = ScatterPlotDataRowVisualProperties.ScatterPlotDataRowRegressionType.Linear; 177 177 splot.Rows.Add(row); 178 178 solutionsFdcViewHost.Content = splot;
Note: See TracChangeset
for help on using the changeset viewer.