Declaration Missing
Hi,
I am having a strange problem, when I use a TeeChart in a Report the
declaration of the Series (TLineSeries, TBarSeries) doesn't appear in my
class declaration, but the objects appear in the dfm of the form. So when I
try to access the object by the name I receive a "Undecleared Indentifier"
Error.
I am using Delphi 7 with RBuilder 7.02 with TeeChart Pro 6.0.
The same system running in Delphi 5.03 with Rbuilder 5.55 and TeeChart Pro
4.02 works fine.
What could that be ?
Thanks for reading
Juliano Prisco dos Santos
S?o Paulo - Brazil
I am having a strange problem, when I use a TeeChart in a Report the
declaration of the Series (TLineSeries, TBarSeries) doesn't appear in my
class declaration, but the objects appear in the dfm of the form. So when I
try to access the object by the name I receive a "Undecleared Indentifier"
Error.
I am using Delphi 7 with RBuilder 7.02 with TeeChart Pro 6.0.
The same system running in Delphi 5.03 with Rbuilder 5.55 and TeeChart Pro
4.02 works fine.
What could that be ?
Thanks for reading
Juliano Prisco dos Santos
S?o Paulo - Brazil
This discussion has been closed.
Comments
This is by design. Try accessing the TppChart.Chart property. From there you
can access the Series property of the chart.
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Just to know, are there any special reason for that ?
It was easier to access the Series before.
Excuse if I am being inconvenient.
I just like to know the reasons.
Thanks for reading
Juliano
S?o Paulo - Brazil