Changeset 3487 for trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs
- Timestamp:
- 04/22/10 15:42:36 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs
r3482 r3487 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); 27 System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series(); 26 this.components = new System.ComponentModel.Container(); 27 System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); 28 System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); 28 29 this.yJitterLabel = new System.Windows.Forms.Label(); 29 30 this.xJitterlabel = new System.Windows.Forms.Label(); … … 42 43 this.colorButton = new System.Windows.Forms.Button(); 43 44 this.colorDialog = new System.Windows.Forms.ColorDialog(); 45 this.tooltip = new System.Windows.Forms.ToolTip(this.components); 44 46 ((System.ComponentModel.ISupportInitialize)(this.xTrackBar)).BeginInit(); 45 47 ((System.ComponentModel.ISupportInitialize)(this.yTrackBar)).BeginInit(); … … 157 159 | System.Windows.Forms.AnchorStyles.Left) 158 160 | System.Windows.Forms.AnchorStyles.Right))); 159 chartArea 2.Name = "ChartArea1";160 this.chart.ChartAreas.Add(chartArea 2);161 chartArea1.Name = "ChartArea1"; 162 this.chart.ChartAreas.Add(chartArea1); 161 163 this.chart.Location = new System.Drawing.Point(6, 30); 162 164 this.chart.Name = "chart"; 163 series 2.ChartArea = "ChartArea1";164 series 2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;165 series 2.CustomProperties = "BubbleMaxSize=0";166 series 2.IsVisibleInLegend = false;167 series 2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;168 series 2.Name = "Bubbles";169 series 2.YValuesPerPoint = 2;170 this.chart.Series.Add(series 2);165 series1.ChartArea = "ChartArea1"; 166 series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble; 167 series1.CustomProperties = "BubbleMaxSize=0"; 168 series1.IsVisibleInLegend = false; 169 series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle; 170 series1.Name = "Bubbles"; 171 series1.YValuesPerPoint = 2; 172 this.chart.Series.Add(series1); 171 173 this.chart.Size = new System.Drawing.Size(554, 261); 172 174 this.chart.TabIndex = 16; … … 279 281 private System.Windows.Forms.Button colorButton; 280 282 private System.Windows.Forms.ColorDialog colorDialog; 283 private System.Windows.Forms.ToolTip tooltip; 281 284 } 282 285 }
Note: See TracChangeset
for help on using the changeset viewer.