Page 1 of 1

TChart property does not exist XE2

Posted: Mon May 21, 2012 9:35 pm
by 16862470
After upgrading from XE to XE2 Update 4 and displaying a form containing a TChart the following messages are displayed:
'Property Style does not exist.'
'Error reading Chart.BackWall.Brush.Style Property Style does not exist.'
I disabled the XE2 TeeChart bundled package and installed XE2 TeeChart Std with the same result.
Any ideas please?

Re: TChart property does not exist XE2

Posted: Tue May 22, 2012 7:42 am
by yeray
Hello,

Please, check the library and search paths. Check also if the problem is reproducible in a new simple project or only in an old one.
Are you using the same TeeChart version (build number) in XE2 that you used in XE?

Re: TChart property does not exist XE2

Posted: Tue May 22, 2012 1:09 pm
by 16862470
I found that a backup copy of TChart dcus were in the search path. I removed this and I no longer receive an error when displaying the form. However, the chart is not visible and it is both visible and not hidden.

Re: TChart property does not exist XE2

Posted: Wed May 23, 2012 10:12 am
by yeray
Hi,

Does it happen in a new simple project with just a chart on the form?

Re: TChart property does not exist XE2

Posted: Thu May 24, 2012 11:51 am
by 16862470
TChart Std components are now working correctly. I found that there were XE2 bundled TChart units in the uses list and removed them. However, using XE2 update 4 bundled TChart components results in the property error but I have not tested the effect of removing the Tchart units in the uses list.

Re: TChart property does not exist XE2

Posted: Thu May 24, 2012 1:58 pm
by yeray
Hi,

So there was some kind of confusion you were able to fix, right? If you still find problems with it, don't hesitate to let us know, telling us what exact error message do you get and attaching a simple example project we can run as-is to reproduce the problem here.