Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/12/16 15:11:30 (9 years ago)
Author:
pfleck
Message:

#2597

  • Added a manual y-axis control.
  • Fixed bug with dragging the cursor in the GradientChart out of the chart.
File:
1 edited

Legend:

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

    r13824 r13846  
    9191            | System.Windows.Forms.AnchorStyles.Left)
    9292            | System.Windows.Forms.AnchorStyles.Right)));
    93       this.chart.BorderlineColor = System.Drawing.Color.Transparent;
    9493      chartArea1.AxisX.Enabled = System.Windows.Forms.DataVisualization.Charting.AxisEnabled.False;
    9594      chartArea1.AxisX.IsMarginVisible = false;
     
    9897      chartArea1.AxisY.MajorTickMark.Enabled = false;
    9998      chartArea1.AxisY.Minimum = 0D;
    100       chartArea1.BackColor = System.Drawing.Color.Transparent;
    101       chartArea1.BorderColor = System.Drawing.Color.Transparent;
     99      chartArea1.BackColor = System.Drawing.Color.White;
     100      chartArea1.BorderColor = System.Drawing.Color.White;
    102101      chartArea1.Name = "ChartArea1";
    103102      chartArea1.Position.Auto = false;
Note: See TracChangeset for help on using the changeset viewer.