Text /Caption Properties no longer readable

TeeChart for ActiveX, COM and ASP
Post Reply
Alex Khain
Newbie
Newbie
Posts: 1
Joined: Fri May 27, 2005 4:00 am

Text /Caption Properties no longer readable

Post by Alex Khain » Sun Nov 19, 2006 4:23 am

Hi,

I have just upgraded from 7.0.0.6 to 7.0.1.2 (I am using VB6).

In 7.0.0.6 it was ok to retrieve the various Caption and Text properties by assigning them to VB variables:

Code: Select all

Dim cap as String
cap = Chart.Axis.Left.Title.Caption
In 7.0.1.2 it stopped working and these properties now return empty strings.

I noticed it also with:

Chart.Axis.Bottom.Title.Caption
Chart.Tools.asAnnotation.Text

Could it have something to do with the new Unicode support maybe?
It was very handy. If no longer possible, it would be sorely missed

Regards,

Alex Khain
http://www.cyber-strategy.org

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Nov 21, 2006 5:17 pm

Hi Alex,

yes, you're correct, it's a known problem, it has been fixed for the next v7.013 which I'm preparing and will be posted tomorrow on our web site.

Post Reply