Contents tagged with NPlot

  • Creating Bar Charts With NPlot

    You may have seen the article on ASP.NET Charting with NPlot on the 4 Guys From Rolla.com web site. Unfortunately, all of the sample code provided only shows you how to create line charts. If you visit the wiki for NPlot you will only find a plea for a BarPlot tutorial. I sent an email to one of the NPlot developers asking for some sample code for creating bar charts and he provided enough code for me to figure it out. I contributed several examples of NPlot bar charts in VB.NET and C# using the Northwind database and even one using XML as the data source but these examples have not been added to the wiki. I will provide you with enough information here to create bar charts in case someone is still looking for a solution.