chart caption

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
b_asi
Posts: 4
Joined: Thu Feb 19, 2004 4:33 pm

chart caption

Post by b_asi »

i found out that TsiLang does not detect text that are on Tchart control

for example :
Tchart.Title.strings does not detected
is that a bug or ... ?

thank you
Asi
Asi
Haron
Posts: 39
Joined: Thu Mar 11, 2004 6:29 am

Re: chart caption

Post by Haron »

b_asi

> Tchart.Title.strings does not detected
> is that a bug or ... ?

Don't think so. "Text" is nested property of "Title", which is not standard strings type (TChartTitle).
So, you should use TsiLang.ExtendedTranslations for this property.
Post Reply