Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/16 17:17:08 (8 years ago)
Author:
pfleck
Message:

#2597 Implemented correct coloring when multiple solutions are added for comparison with respect potential overlapping confidence intervals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/GradientChart.Designer.cs

    r13831 r13836  
    5555      legend1.Alignment = System.Drawing.StringAlignment.Center;
    5656      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;
    5859      legend1.Name = "Default";
    5960      this.chart.Legends.Add(legend1);
    6061      this.chart.Location = new System.Drawing.Point(0, 0);
    6162      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)))))};
    6563      this.chart.Size = new System.Drawing.Size(453, 308);
    6664      this.chart.TabIndex = 0;
Note: See TracChangeset for help on using the changeset viewer.