Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/16 15:07:26 (7 years ago)
Author:
pfleck
Message:

#2709

  • Added a separate MultiScatterPlot entry and removed the ViewHost views-icon instead.
  • Moved legend of DataCompletenessChart to the top and removed the title instead.
File:
1 edited

Legend:

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

    r14185 r14462  
    5454      // chart
    5555      //
    56       this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    57             | System.Windows.Forms.AnchorStyles.Left)
     56      this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     57            | System.Windows.Forms.AnchorStyles.Left) 
    5858            | System.Windows.Forms.AnchorStyles.Right)));
    5959      chartArea1.Name = "ChartArea1";
    6060      this.chart.ChartAreas.Add(chartArea1);
     61      legend1.Alignment = System.Drawing.StringAlignment.Center;
     62      legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
    6163      legend1.Name = "Legend1";
    6264      this.chart.Legends.Add(legend1);
Note: See TracChangeset for help on using the changeset viewer.