TChart7 & BCB 5
Posted: Sun Oct 12, 2008 12:05 pm
I have been trying to install TChart Pro 7.07 into BCB 5.
If I place a TChart component on a form, add a TLineSeries using the Chart Editor, Build and run the program ...
I get the error ...
"Error reading Series1->Marks.Callout.Brush.Color: Property does not exist"
I have re-installed BCB 5 with update 1 and no other components and still get the same problem.
If I create a TLineSeries dynamically ie ...
TLineSeries* Line = new TLineSeries(NULL);
Chart1->AddSeries(Line);
Line->Add(1,"AAA",clRed);
I get an access violation in VCL50.bpl.
A large older program ,written with the version of TChart that comes with BCB 5, compiles with TChart 7 but produces strange errors, for example
Chart->RightAxis is NULL.
I have tried TChart 7 with at least 2 different computers but errors each time.
What should I do
Thanking you in advance
Nick
If I place a TChart component on a form, add a TLineSeries using the Chart Editor, Build and run the program ...
I get the error ...
"Error reading Series1->Marks.Callout.Brush.Color: Property does not exist"
I have re-installed BCB 5 with update 1 and no other components and still get the same problem.
If I create a TLineSeries dynamically ie ...
TLineSeries* Line = new TLineSeries(NULL);
Chart1->AddSeries(Line);
Line->Add(1,"AAA",clRed);
I get an access violation in VCL50.bpl.
A large older program ,written with the version of TChart that comes with BCB 5, compiles with TChart 7 but produces strange errors, for example
Chart->RightAxis is NULL.
I have tried TChart 7 with at least 2 different computers but errors each time.
What should I do
Thanking you in advance
Nick