Error of TSeries: Clear(), FastPen?
Posted: Mon Dec 06, 2010 2:21 am
Hello,
I use TeeChart VCL 2010 in C++ Builder XE update1.
When I called Series1->Clear(), this error occurred:
Project xxx.exe raised exception class ChartException with message 'Series Delete: ValueIndex 5136432 out of bounds (0 to -1).'.
clicked "Break" button, then message: "Source File not Found: TeEngine.pas" appeared.
I tested to fill some samples first
Series1->FillSampleValues(1024);
then it became:
Project xxx.exe raised exception class ChartException with message 'Series Delete: ValueIndex 5136468 out of bounds (0 to 1023).'.
Also, I could not set FastPen to true.
Error: Project xxx.exe raised exception class EReadError with message 'Property FastPen does not exist'.
Do you have a solution?
Thank you,
scoka
I use TeeChart VCL 2010 in C++ Builder XE update1.
When I called Series1->Clear(), this error occurred:
Project xxx.exe raised exception class ChartException with message 'Series Delete: ValueIndex 5136432 out of bounds (0 to -1).'.
clicked "Break" button, then message: "Source File not Found: TeEngine.pas" appeared.
I tested to fill some samples first
Series1->FillSampleValues(1024);
then it became:
Project xxx.exe raised exception class ChartException with message 'Series Delete: ValueIndex 5136468 out of bounds (0 to 1023).'.
Also, I could not set FastPen to true.
Error: Project xxx.exe raised exception class EReadError with message 'Property FastPen does not exist'.
Do you have a solution?
Thank you,
scoka