|
BaseChart.addText List |
Posted by Dan on Feb-02-2017 20:30 |
|
Hi,
I use
BaseChart.addText to add some text to my chart.
Is it possible to list the added TextBoxes from the BaseChart? |
Re: BaseChart.addText List |
Posted by Peter Kwan on Feb-03-2017 02:46 |
|
Hi Dan,
Unluckily, there is no API to list the TextBoxes added. You would need to use your own code to keep track of the TextBoxes if you need them later.
Regards
Peter Kwan |
Re: BaseChart.addText List |
Posted by Dan on Feb-03-2017 05:40 |
|
No problem, now I now.
Thanks!
Dan |
|