Hi,
For ASP.NET 4.x development, what is the difference between using:
Steema.TeeChart.Chart vs. Steema.TeeChart.Web.WebChart ?
It seems they are inter-changeable?
I cannot find a description in the documentation or I missed it somewhere.
Thank you
Understanding Steema.TeeChart.Chart component
-
- Newbie
- Posts: 7
- Joined: Mon Mar 20, 2023 12:00 am
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Understanding Steema.TeeChart.Chart component
Hello,
Not really. WebChart derives from DataBoundControl and is a minimal implementation of it to enable the Chart class to export an image to it and so to appear on an ASP.NET WebForm. All of the Charting code needed to create TeeCharts is in the Chart class, the WebChart is really just a composer for it.
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 7
- Joined: Mon Mar 20, 2023 12:00 am
Re: Understanding Steema.TeeChart.Chart component
Thank you Christopher.