Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/04/16 23:43:46 (8 years ago)
Author:
bburlacu
Message:

#2597: Improved drag & drop support for all charts. Added configuration option to adjust the number of columns in the view. Fixed bug where attempting to set row & column style would result in an exception. Fixed boundaries of the vertical annotation line in the GradientChart.

File:
1 edited

Legend:

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

    r13855 r13995  
    4242      //
    4343      this.calculationPendingLabel.BackColor = System.Drawing.Color.White;
    44       this.calculationPendingLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Timer;
     44      this.calculationPendingLabel.Image = ((System.Drawing.Image)(resources.GetObject("calculationPendingLabel.Image")));
    4545      this.calculationPendingLabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
    4646      this.calculationPendingLabel.Location = new System.Drawing.Point(3, 3);
     
    6666      verticalLineAnnotation1.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
    6767      verticalLineAnnotation1.Name = "VerticalLineAnnotation";
    68       verticalLineAnnotation1.YAxisName = "ChartArea1\\rY";
     68      verticalLineAnnotation1.YAxisName = "ChartArea\\rY";
    6969      this.chart.Annotations.Add(verticalLineAnnotation1);
    7070      stripLine1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(223)))), ((int)(((byte)(58)))), ((int)(((byte)(2)))));
     
    9797      this.configurationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    9898      this.configurationButton.AutoSize = true;
    99       this.configurationButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
     99      this.configurationButton.Image = ((System.Drawing.Image)(resources.GetObject("configurationButton.Image")));
    100100      this.configurationButton.Location = new System.Drawing.Point(426, 3);
    101101      this.configurationButton.Name = "configurationButton";
Note: See TracChangeset for help on using the changeset viewer.