Changeset 13846 for branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/DensityTrackbar.Designer.cs
- Timestamp:
- 05/12/16 15:11:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/DensityTrackbar.Designer.cs
r13824 r13846 91 91 | System.Windows.Forms.AnchorStyles.Left) 92 92 | System.Windows.Forms.AnchorStyles.Right))); 93 this.chart.BorderlineColor = System.Drawing.Color.Transparent;94 93 chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False; 95 94 chartArea1.AxisX.IsMarginVisible = false; … … 98 97 chartArea1.AxisY.MajorTickMark.Enabled = false; 99 98 chartArea1.AxisY.Minimum = 0D; 100 chartArea1.BackColor = System.Drawing.Color. Transparent;101 chartArea1.BorderColor = System.Drawing.Color. Transparent;99 chartArea1.BackColor = System.Drawing.Color.White; 100 chartArea1.BorderColor = System.Drawing.Color.White; 102 101 chartArea1.Name = "ChartArea1"; 103 102 chartArea1.Position.Auto = false;
Note: See TracChangeset
for help on using the changeset viewer.