Example #1
0
 /// <summary>
 /// Creates an instance of <see cref="HistorianViewChart"/>.
 /// </summary>
 public HistorianViewChart()
 {
     InitializeComponent();
     m_chartWindowUserControl = new ChartWindowUserControl();
     this.Loaded += HistorianViewChart_Loaded;
     //// added
     //HistorianViewChart m_historianViewChart;
     //m_historianViewChart = new HistorianViewChart();
 }
Example #2
0
 // Assing a Value
 /// <param name="chartWindowUserControl"></param>
 public HistorianViewChart(ChartWindowUserControl chartWindowUserControl) : this()
 {
     m_chartWindowUserControl = chartWindowUserControl;
 }