Page 1 of 1

Help: PieChart error Properry XValues.Order does not exist

Posted: Fri Apr 08, 2011 4:24 pm
by 10045680
Hi, I am using Delphi 2010 and just installed the maintenance release TeeChart 8.08 over TeeChart 8.06

I have an application with quite a few graphs...
Now when I try to run this application - which was working well using V 8.06, it shows the error:
ErrorReading: PieSeries1.XValue.Order does not exist.

This occurs on a TDBChart.
I have tried to remove the XValue.order property using the form-code but is being replaced automatically every time.
I also have tried to create a PieChart from scratch but the same error pops up.

Any suggestions?

Many Thanks, Harry

Re: Help: PieChart error Properry XValues.Order does not exist

Posted: Sat Apr 09, 2011 8:55 am
by 10045680
I have Uninstalles all versions of TeeChart 8.06 and 8.08 that I had on the machine (also the installations for Delphi2006)
and Removed all tee*.bpl in System32.

Then I re-installed TeeChart 8.08.

This has done the trick.

Regards

Harry

Re: Help: PieChart error Properry XValues.Order does not exist

Posted: Mon Apr 11, 2011 2:36 pm
by yeray
Hello Harry,

I'm glad to hear you've solved it.
The problem was probably in remaining references to an old TeeChart installation.
I'd suggest you to check your IDE search an library paths manually, remove any wrong reference and put the TeeChart references on the top of the lists.

Re: Help: PieChart error Properry XValues.Order does not exist

Posted: Tue Apr 12, 2011 8:40 am
by 10045680
Veray, Thanks, Yes I had to adjust the searchpaths.
Regards
Harry

Re: Help: PieChart error Properry XValues.Order does not exist

Posted: Tue Apr 12, 2011 9:58 am
by yeray
Hi Harry,

I'm glad to hear you solved it.