PhilHannent Posted October 29, 2012 Report Share Posted October 29, 2012 Hi, I need to show and hide the chart title via a client side call. However I cannot find information on how to achieve this. I found the getTitles() function call, however the only demonstrated examples are adding a title. How do I manipulate an existing title? Regards Phil Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted October 29, 2012 Report Share Posted October 29, 2012 Any of our collections (for example Chart.getTitles) returns a collection class, this class contains a getItem(index) method that returns a specific item in the collection. It also contains a clear() method to clean up the collection if needed. JuanC Quote Link to comment Share on other sites More sharing options...
Question
PhilHannent
Hi,
I need to show and hide the chart title via a client side call. However I cannot find information on how to achieve this.
I found the getTitles() function call, however the only demonstrated examples are adding a title. How do I manipulate an existing title?
Regards
Phil
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.