Changeset 10867 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/LineChartView.cs
- Timestamp:
- 05/21/14 11:12:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/LineChartView.cs
r10818 r10867 45 45 46 46 private void allInOneCheckBox_CheckedChanged(object sender, EventArgs e) { 47 if (allInOneCheckBox.Checked) 48 Content.AllInOneMode = true; 49 else 50 Content.AllInOneMode = false; 47 Content.AllInOneMode = allInOneCheckBox.Checked; 48 51 49 GenerateChart(); 52 50 }
Note: See TracChangeset
for help on using the changeset viewer.