Help: PieChart error Properry XValues.Order does not exist

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
HarryV
Newbie
Newbie
Posts: 7
Joined: Mon Jun 25, 2007 12:00 am

Help: PieChart error Properry XValues.Order does not exist

Post by HarryV » Fri Apr 08, 2011 4:24 pm

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

HarryV
Newbie
Newbie
Posts: 7
Joined: Mon Jun 25, 2007 12:00 am

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

Post by HarryV » Sat Apr 09, 2011 8:55 am

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Mon Apr 11, 2011 2:36 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

HarryV
Newbie
Newbie
Posts: 7
Joined: Mon Jun 25, 2007 12:00 am

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

Post by HarryV » Tue Apr 12, 2011 8:40 am

Veray, Thanks, Yes I had to adjust the searchpaths.
Regards
Harry

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Tue Apr 12, 2011 9:58 am

Hi Harry,

I'm glad to hear you solved it.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply