Ejemplo n.º 1
0
 //
 // The viewPortChanged event handler. In this example, it just updates the chart. If you
 // have other controls to update, you may also put the update code here.
 //
 private void WPFChartViewer1_ViewPortChanged(object sender, WPFViewPortEventArgs e)
 {
     drawChart(sender as WPFChartViewer);
 }