Understanding Steema.TeeChart.Chart component

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
cjherasmus
Newbie
Newbie
Posts: 7
Joined: Mon Mar 20, 2023 12:00 am

Understanding Steema.TeeChart.Chart component

Post by cjherasmus » Tue Jun 06, 2023 7:54 am

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

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Understanding Steema.TeeChart.Chart component

Post by Christopher » Tue Jun 06, 2023 9:50 am

Hello,
cjherasmus wrote:
Tue Jun 06, 2023 7:54 am
It seems they are inter-changeable?
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

cjherasmus
Newbie
Newbie
Posts: 7
Joined: Mon Mar 20, 2023 12:00 am

Re: Understanding Steema.TeeChart.Chart component

Post by cjherasmus » Wed Jun 07, 2023 8:10 am

Thank you Christopher.

Post Reply