Posted 28 Aug 2013 Link to this post
For Each row As DataRow In GetChartDataE().Rows
..add categoryseriesitems
ch1.PlotArea.XAxis.Items.Add(row("Name"))
Next