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?
.Chart vs .TChart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: .Chart vs .TChart
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.
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 |
Instructions - How to post in this forum |