Problem with TeeChart
Hello all.
I was using Delphi 5, TeeChart 4 and Rbuilder 5.5 and everything was working
ok.
Now, I upgraded to TeeChart 5.0.2 (also tried the 6.0 but the problem is the
same) and to Rbuilder 7.0.2.
The problem is that when I open my old project, the series I had on my
TeeCharts on my reports they disappear... The strange thing is that I tried
creating a new project, placing a report with a teechart and a LineSerie. I
see the serie in the teechart, but when I go to the code, to the declaration
part, the serie isn't declared... It doesnt' exist, although I can see it
and configure it in the chart...
Any tips on this?
Thanks
Best Regards
Goncalo Martins
I was using Delphi 5, TeeChart 4 and Rbuilder 5.5 and everything was working
ok.
Now, I upgraded to TeeChart 5.0.2 (also tried the 6.0 but the problem is the
same) and to Rbuilder 7.0.2.
The problem is that when I open my old project, the series I had on my
TeeCharts on my reports they disappear... The strange thing is that I tried
creating a new project, placing a report with a teechart and a LineSerie. I
see the serie in the teechart, but when I go to the code, to the declaration
part, the serie isn't declared... It doesnt' exist, although I can see it
and configure it in the chart...
Any tips on this?
Thanks
Best Regards
Goncalo Martins
This discussion has been closed.
Comments
design time so that you cannot get at all of the objects inside of our
dataviews as well as charts and other components we did not want you to see
in the New-For-D6 Object Treeview. So, you'll have to access the series
objects in code. Series is an array property on the chart. Something like
TPieSeries(ppTeeChart1.Chart.Series[2]).
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com