Hi,

Can anyone advise in how I can achieve the following;

I have a datagridview which contains information in the following format;

Name, Sales.

Bill, 400
Fred, 200
James, 200
Jane, 150
Bill, 200
James, 600
Bill, 100

Is there a way for me to visualise this information into a bar chart ?
The names will differ from region to region so I won't know who these individuals are, these can be upto 10 individuals.
Can I somehow get VB.net to show me the information as below from the data above.

Bill, 3
Fred, 1
Jane, 1
James, 2

Any advice would be appreciated.

Many thanks.