Creating Charts for Display in an ASP.NET Web Page?

I currently utilize ASPOSE.Cells for generating Excel files in .NET windows and ASP.NET applications.

I want to generate some charts (similar to chart options in Excel) that can be embedded in and displayed in a web page and then, if required, embedded into an Excel spreadsheet.

Which ASPOSE controls / libraries would be required for doing this in ASP.NET?

Thanks in advance,

Jai Singh

Hi,

You may use Aspose.Cells library that does create/manipulate all the native Excel charts in Excel files, but library does not provide any interface where you will edit a chart visually on a web page. The best way you may do is create your desired chart using Aspose.Cells API, take image of the chart(Aspose.Cells does support Chart-to-Image feature) and place it on your ASP.NET web page.

Find the documentation topics regarding creating/manipulating charts for your complete reference:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/creating-charts.html

Chart-to-Image feature:



Find the Chart demos that you might want to see them.


If you need sophisticated and non native Excel charts/images, you may use our other Chart component provided by Aspose.Report product, see the sample demos:



Thank you.