Tables for charts
Posted: Wed Aug 30, 2006 10:42 am
Is it possible to add a small table to a chart that will show the min max values on the chart
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
label1.Text = points1.MaxYValue().ToString();
label2.Text = points1.MinYValue().ToString();