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

Problem with TeeChart

edited May 2003 in General
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

Comments

  • edited May 2003
    This is normal. We changed the visibility of child components at Delphi
    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


This discussion has been closed.