Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/05/12 12:59:44 (11 years ago)
Author:
sforsten
Message:

#1949:

  • TextAnnotations are now placed in an easier way
  • Y axis doesn't start at zero any more
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs

    r8840 r8868  
    1 using System.Windows.Forms.DataVisualization.Charting;
    2 namespace HeuristicLab.Problems.DataAnalysis.Views {
     1namespace HeuristicLab.Problems.DataAnalysis.Views {
    32  partial class DiscriminantFunctionClassificationSolutionThresholdView {
    43    /// <summary>
     
    5453      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
    5554      this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
    56       this.chart.PostPaint += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ChartPaintEventArgs>(chart_PostPaint);
    5755      //
    5856      // JitterTrackBar
Note: See TracChangeset for help on using the changeset viewer.