Class THistogram Series Not Found

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
rick1000
Newbie
Newbie
Posts: 3
Joined: Mon Mar 08, 2004 5:00 am

Class THistogram Series Not Found

Post by rick1000 » Thu Mar 02, 2006 10:12 am

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?

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

Post by Narcís » Thu Mar 02, 2006 10:21 am

Hi rick1000,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

rick1000
Newbie
Newbie
Posts: 3
Joined: Mon Mar 08, 2004 5:00 am

List of Units needed for Graphs

Post by rick1000 » Thu Mar 02, 2006 7:38 pm

Where can I find a list of the units required for the various graphs?

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

Post by Narcís » Fri Mar 03, 2006 8:40 am

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.
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