Page 1 of 1
Hosting Teechart in Sharepoint server 2007
Posted: Wed Dec 09, 2009 7:20 am
by 9641422
Hi,
Is Teechart version 2.0.2987.19069 supporting to Sharepoint server 2007?
Please let us know.
Gautam
Re: Hosting Teechart in Sharepoint server 2007
Posted: Wed Dec 09, 2009 10:30 am
by narcis
Hi Gautam,
TeeChart for .NET may be used with Sharepoint Server, principally in the following two ways:
- Creating a Webpart that contains an image and generating the image via a call to a Chart generator process via dynamic parameter updates from the webpage. Find attached an example project of that type of Webpart format.
The Chart generator process would similar to that included in the TeeChart ASP.NET demo under "Interacting with Charts:Chart as Image:Series Types as Image"
- Creating a UserControl (.ascx) that contains the Chart. We have no current example of that to send you but tests were made to support a customer information request so we can confirm that the option functions.