Page 1 of 1

Class THistogram Series Not Found

Posted: Thu Mar 02, 2006 10:12 am
by 9336114
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?

Posted: Thu Mar 02, 2006 10:21 am
by narcis
Hi rick1000,

You need to add StatChar unit to the form.

List of Units needed for Graphs

Posted: Thu Mar 02, 2006 7:38 pm
by 9336114
Where can I find a list of the units required for the various graphs?

Posted: Fri Mar 03, 2006 8:40 am
by narcis
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.