Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/19/13 13:24:08 (11 years ago)
Author:
gkronber
Message:

#1508

  • disabled "Variable" symbol in default time series grammar
  • in the line chart use two different axis to display signals and prices
  • in the line chart display profits for training and test partitions separately
  • fixed hard-coded strings in SolutionView
  • added plugin dependency
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Trading.Views/3.4/SolutionView.Designer.cs

    r9796 r9992  
    5858      // itemsGroupBox
    5959      //
    60       this.itemsGroupBox.Text = "Regression Solution";
     60      this.itemsGroupBox.Text = "Trading Solution";
    6161      //
    6262      // addButton
     
    7272      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7373      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    74       this.Name = "RegressionSolutionView";
     74      this.Name = "TradingSolutionView";
    7575      this.splitContainer.Panel1.ResumeLayout(false);
    7676      this.splitContainer.Panel2.ResumeLayout(false);
Note: See TracChangeset for help on using the changeset viewer.