Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/14 13:18:37 (10 years ago)
Author:
psteiner
Message:

datacompleteness view
formating filter percentage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataCompletenessView.Designer.cs

    r10913 r10979  
    2828      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
    2929      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
    30       System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
    3130      this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
    3231      ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     
    3534      // chart
    3635      //
     36      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     37            | System.Windows.Forms.AnchorStyles.Left)
     38            | System.Windows.Forms.AnchorStyles.Right)));
    3739      chartArea1.Name = "ChartArea1";
    3840      this.chart.ChartAreas.Add(chartArea1);
     
    4143      this.chart.Location = new System.Drawing.Point(4, 4);
    4244      this.chart.Name = "chart";
    43       series1.ChartArea = "ChartArea1";
    44       series1.Legend = "Legend1";
    45       series1.Name = "Series1";
    46       this.chart.Series.Add(series1);
    4745      this.chart.Size = new System.Drawing.Size(486, 337);
    4846      this.chart.TabIndex = 0;
Note: See TracChangeset for help on using the changeset viewer.