Does anybody have some experience working with charts in .NET? Specially I want to create them programmatically.
.NET
using System; using System.Coll
Microsoft has a nice chart control. Download it here. Great video on this here. Example code is here. Happy coding!