Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/11 15:25:05 (13 years ago)
Author:
abeham
Message:

#1465

  • Removed properties menu from EnhancedChart
  • Added IConfigureableView interface to DataTableView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/histogram/HeuristicLab.Analysis.Views/3.3/DataTableView.Designer.cs

    r6010 r6176  
    8989      series1.Name = "Default";
    9090      this.chart.Series.Add(series1);
    91       this.chart.ShowPropertiesContextMenuItem = true;
    9291      this.chart.Size = new System.Drawing.Size(359, 248);
    9392      this.chart.TabIndex = 3;
     
    9796      title1.Text = "Title";
    9897      this.chart.Titles.Add(title1);
    99       this.chart.PropertiesClicked += new System.EventHandler(this.chart_PropertiesClicked);
    10098      this.chart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
    10199      this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
Note: See TracChangeset for help on using the changeset viewer.