.Chart vs .TChart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
rossmc
Newbie
Newbie
Posts: 57
Joined: Wed Apr 08, 2009 12:00 am

.Chart vs .TChart

Post by rossmc » Thu Oct 28, 2010 10:32 am

What is the difference? I appear to have written a massive and complex charting application without knowing this. Weird.

Anyway, on the chart scroll event the sender object is Steema.TeeChart.Chart. In this event I need to know things about the chart that actually live in Steema.TeeChart.TChart

Sorry, I think I may be a little stupid here?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: .Chart vs .TChart

Post by Narcís » Thu Oct 28, 2010 11:49 am

Hi rossmc,

TChart is the central component in TeeChart library for Windows Forms and is the container for all other TeeChart objects. Chart defines the chart component to display on a TChart. TChart is an object inheriting from System.Windows.Form.Controls and which has a property of the Steema.TeeChart.Chart type which is derived from System.ComponentModel.Component.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply