TeeChart 8.04 install - problem compiling sample program
Posted: Sat Oct 18, 2008 5:11 pm
After installing TeeChart 8.04 for my Delphi 7 environment, I am unable to successfully compile the sample TeeDemo application.
Compilation stops with
"[Error]uhighlo.pas(141):Undeclared identifier: 'AddLinkedSeries'"
message.
Source line stoppage occurs here:
....
....
{ then add this new Series as datasource for statistics... }
AverageSeries.DataSources.Add(Bar2);
Bar2.AddLinkedSeries(AverageSeries); <<<=== stops here!!! ...
Can you offer me a solution to this problem?
Thanks.
Wyman.
Compilation stops with
"[Error]uhighlo.pas(141):Undeclared identifier: 'AddLinkedSeries'"
message.
Source line stoppage occurs here:
....
....
{ then add this new Series as datasource for statistics... }
AverageSeries.DataSources.Add(Bar2);
Bar2.AddLinkedSeries(AverageSeries); <<<=== stops here!!! ...
Can you offer me a solution to this problem?
Thanks.
Wyman.