I am using Microsoft Visual Studio 2010.
my program dynamically finds names and their total in an entire list by satisfying some conditions.
Now, I want to display a graph of names v/s total(names).
The graph should change dynamically..
How do I create and display such a graph?