Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/14/11 00:18:46 (13 years ago)
Author:
abeham
Message:

#1465

  • worked on histogram integration
    • Added control to display DataRowVisualProperties
    • Added a dialog to select the DataRowVisualProperties of different series
    • Added a Properties menu item to the context menu and an option to show or hide this item (default is hide)
File:
1 edited

Legend:

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

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