Changeset 13836 for branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/GradientChart.Designer.cs
- Timestamp:
- 05/04/16 17:17:08 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/GradientChart.Designer.cs
r13831 r13836 55 55 legend1.Alignment = System.Drawing.StringAlignment.Center; 56 56 legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top; 57 legend1.LegendItemOrder = System.Windows.Forms.DataVisualization.Charting.LegendItemOrder.SameAsSeriesOrder; 57 legend1.LegendItemOrder = System.Windows.Forms.DataVisualization.Charting.LegendItemOrder.ReversedSeriesOrder; 58 legend1.LegendStyle = System.Windows.Forms.DataVisualization.Charting.LegendStyle.Row; 58 59 legend1.Name = "Default"; 59 60 this.chart.Legends.Add(legend1); 60 61 this.chart.Location = new System.Drawing.Point(0, 0); 61 62 this.chart.Name = "chart"; 62 this.chart.PaletteCustomColors = new System.Drawing.Color[] {63 System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(180)))), ((int)(((byte)(65))))),64 System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))))};65 63 this.chart.Size = new System.Drawing.Size(453, 308); 66 64 this.chart.TabIndex = 0;
Note: See TracChangeset
for help on using the changeset viewer.