Changeset 5779 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/GanttChart.Designer.cs
- Timestamp:
- 03/21/11 15:05:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/GanttChart.Designer.cs
r5636 r5779 51 51 series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Time; 52 52 this.chart.Series.Add(series1); 53 this.chart.Size = new System.Drawing.Size( 709, 347);53 this.chart.Size = new System.Drawing.Size(687, 347); 54 54 this.chart.TabIndex = 0; 55 55 this.chart.Text = "chart"; … … 61 61 this.Controls.Add(this.chart); 62 62 this.Name = "GanttChart"; 63 this.Size = new System.Drawing.Size( 709, 347);63 this.Size = new System.Drawing.Size(687, 347); 64 64 ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit(); 65 65 this.ResumeLayout(false);
Note: See TracChangeset
for help on using the changeset viewer.