0
votes

I'm trying to use the .NET Chart Controls in my Sharepoint 2010 Sandbox solution. I have downloaded and installed the MSChart for .NET 3.5 from here.

Does anyone know if the .NET Chart Controls are supported in Sharepoint 2010 Sandbox solutions?

I tried to find examples and I can only find examples for Sharepoint 2010 (not Sandbox) and in these you need to add assembly references in you web.config file, which is not possible in Sandbox. This is an example of using .NET Chart in Sharepoint http://mosshowto.blogspot.com.au/2008/12/asp-net-chart-control-sharepoint.html.

Thanks

2

2 Answers

1
votes

A chart web part comes out of the box in SharePoint 2010. See article for more details.

1
votes

You can't use .Net charts control in SP2010 sandbox.
I usually generate JSON data on the server, and then the graph on the client side using JavaScript and HighCharts http://www.highcharts.com/.

It does the job.