Requirement: Need to produce a chart with trendlines

My app (ASP.Net based) needs to produce sales charts in either line or bar chart format. I guess this is easy but what I want is one that can super impose trend lines. Anyone got a library that can do this?


Solutions:

Submit a new solution to this problem >
How to produce a bar chart with a trend line in ASP.Net
The csASPNetGraph component is used to generate the image of a bar graph with a trend line.
(VB.NET\ASP.NET)