Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Repost: Missing Teechart Chart Types

edited April 2002 in General
Please note I'm re-posting this as the previos thread seems to have died:

Delphi 5.0
RB 6.03
TeeChart 5.02 (Registered Version)

When I drop a Teechart (registered version from steema) onto a RB Report
at delphi design time and add a series the chart type gallery displays tabs
for
Standard, Financial, Stats, Extended and Other. If I attempt to do this at
runtime
I can only see the Standard tab. Furthermore, if I try to run a report
which was designed
with a Teechart other than one from the Standard tab, eg. surface series
then I get an error message "Class TSurfaceSeries not found". Is this a
limitation of the RB Teechart wrapper, or have I got things set up
incorrectly?

Best regards,
Mike Walters
Metrology Systems Wales

Comments

  • edited April 2002
    You need to include specific TeeChart units in the uses clause of you
    application in order to enable those tabs at runtime. You can include the
    TeeChartPro unit which includes all the series, or pick specific units from
    the uses clause of the that unit which will only include specific series
    types, i.e. including the TeeSurfa unit will add the Stats and Extended tabs
    with a few surface series underneath each. Refer to TeeChart documentation
    and source code for information on which units implement which series.

    --
    Cheers,

    Alexander Kramnik
    Digital Metaphors

This discussion has been closed.