Hi
I am trying to build bar chart in asp.net using ReportViewer data control with some sample data write here.
string[] name = new string[]{"Trans", "DAS", "Lap H/w", "Lap S/w", "People"};
int[] val = new int[] {10, 4, 6, 7, 3};

please suggest me how to build a graph with above sample data?

I appreciate your help.