TeeChart 6.0
hi,
we are using TeeChart Pro v6.0 with Report Builder Enterprise. Now we have
problems to work with TeeChart.
I've tried something like that in the calc workspace:
TeeChart1.Axes.Left.Items.Clear;
It results in the following error:
Error:TeeChart1OnPrint Expected '[' or ']' but found 'Axes' instead.
Could somebody give us a short introduction of using TeeChart?
The speedmenu consist only of a few entries (send to the back, send to the
front, position, visible). Is it possible that we just forgot to install
some files?
Thanks a lot
Claudia Kleber
we are using TeeChart Pro v6.0 with Report Builder Enterprise. Now we have
problems to work with TeeChart.
I've tried something like that in the calc workspace:
TeeChart1.Axes.Left.Items.Clear;
It results in the following error:
Error:TeeChart1OnPrint Expected '[' or ']' but found 'Axes' instead.
Could somebody give us a short introduction of using TeeChart?
The speedmenu consist only of a few entries (send to the back, send to the
front, position, visible). Is it possible that we just forgot to install
some files?
Thanks a lot
Claudia Kleber
This discussion has been closed.
Comments
Not all of the Teechart properties and methods are available in RAP. You'll
have to code a RAP pass through function if you would like to change the
chart in RAP this way. Pass the chart object in the function and make the
calls in Delphi code where the chart's properties and methods are all
available. There are demos and tutorials showing how to create and use RAP
pass through functions. See the RAP help file and also the
DevelopersGuide.pdf for more information. The demo projects are located in
the RBuilder\Demos\RAP folder to see the code in action.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com