Changeset 11095 for trunk/sources
- Timestamp:
- 07/06/14 14:51:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs
r11024 r11095 663 663 Axis yAxis = this.chart.ChartAreas[0].AxisY; 664 664 int axisDimensionCount = Enum.GetNames(typeof(AxisDimension)).Count(); 665 //mkommend: combobox.SelectedIndex could not be used as this changes during ho overing over possible values665 //mkommend: combobox.SelectedIndex could not be used as this changes during hovering over possible values 666 666 var xSAxisSelectedIndex = xAxisValue == null ? 0 : xAxisComboBox.Items.IndexOf(xAxisValue); 667 667 var ySAxisSelectedIndex = yAxisValue == null ? 0 : xAxisComboBox.Items.IndexOf(yAxisValue);
Note: See TracChangeset
for help on using the changeset viewer.