I'm using Delphi 7, ReportBuilder 10 and TeeChart Pro 7.06. When I setup a report to use bar charts, I get a message when the form loads:
"Class THistogramSeries not found. "
How do I get around this?
Class THistogram Series Not Found
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi rick1000,
You need to add StatChar unit to the form.
You need to add StatChar unit to the form.
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 |
List of Units needed for Graphs
Where can I find a list of the units required for the various graphs?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi rick1000,
At TeeChart's documentation folder there's a user guide which contains a definition of all classes, types, etc.
When programming with TeeChart you can search at the help for the property, method, type, ... which is not accepted. The help files will tell you which unit it is necessary to be included.
At TeeChart's documentation folder there's a user guide which contains a definition of all classes, types, etc.
When programming with TeeChart you can search at the help for the property, method, type, ... which is not accepted. The help files will tell you which unit it is necessary to be included.
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 |