Changeset 14449 for branches/symbreg-factors-2650/HeuristicLab.Analysis.Views/3.3/DataTableView.Designer.cs
- Timestamp:
- 12/02/16 17:35:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/symbreg-factors-2650/HeuristicLab.Analysis.Views/3.3/DataTableView.Designer.cs
r14185 r14449 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); 48 System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); 49 System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); 50 System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title(); 51 this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart(); 47 this.chart = new HeuristicLab.Analysis.Views.DataTableControl(); 52 48 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 53 ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();54 49 this.SuspendLayout(); 55 50 // … … 70 65 | System.Windows.Forms.AnchorStyles.Left) 71 66 | System.Windows.Forms.AnchorStyles.Right))); 72 this.chart.BorderlineColor = System.Drawing.Color.Black;73 this.chart.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;74 chartArea1.AxisX.Minimum = 0D;75 chartArea1.CursorX.IsUserEnabled = true;76 chartArea1.CursorX.IsUserSelectionEnabled = true;77 chartArea1.CursorY.IsUserEnabled = true;78 chartArea1.CursorY.IsUserSelectionEnabled = true;79 chartArea1.Name = "Default";80 this.chart.ChartAreas.Add(chartArea1);81 legend1.Alignment = System.Drawing.StringAlignment.Center;82 legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;83 legend1.Name = "Default";84 this.chart.Legends.Add(legend1);85 67 this.chart.Location = new System.Drawing.Point(0, 26); 86 68 this.chart.Name = "chart"; 87 series1.ChartArea = "Default";88 series1.Legend = "Default";89 series1.Name = "Default";90 this.chart.Series.Add(series1);91 69 this.chart.Size = new System.Drawing.Size(359, 248); 92 70 this.chart.TabIndex = 3; 93 71 this.chart.Text = "chart"; 94 title1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));95 title1.Name = "Default";96 title1.Text = "Title";97 this.chart.Titles.Add(title1);98 this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);99 this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);100 this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);101 72 // 102 73 // DataTableView … … 112 83 this.Controls.SetChildIndex(this.nameTextBox, 0); 113 84 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 114 ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();115 85 this.ResumeLayout(false); 116 86 this.PerformLayout(); 117 118 87 } 119 88 120 89 #endregion 121 90 122 protected HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart; 123 91 protected HeuristicLab.Analysis.Views.DataTableControl chart; 124 92 } 125 93 }
Note: See TracChangeset
for help on using the changeset viewer.