Forum


Replies: 1   Views: 2311
Insert formatted text/html in chart legend names?
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by dev@ram  · 05-04-2017 - 18:47

How do I insert a superscripted text for the data/legend of a chart?

Eg. Windows(TM -superscripted). for Series name in axis . Is there a way to insert such superscripted text ?

I see the definition for data array in addChart() API but can I use anything other than text like we have for lists to insert such formatted texts?

Posted by admin  · 06-04-2017 - 06:15

Hello,

AddChart doesn't allow to use formatted text or WordFragments; you only can add plain strings.

Regards.