Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Finding the chart name inside event handler
matthewng
Is it possible to find out the chart name/ID inside ChartEventHandlerAdapter? Chart, ChartImpl, ChartWithAxesImpl, etc. do not have methods like getName or getID and I find it a bit odd that I can't figure out what chart I am dealing with inside the event handler.
Any help would be appreciated.
Find more posts tagged with
Comments
matthewng
On a similar note, (correct me if I am wrong here), but in ReportEventAdapter, I can find the ExtendedItemHandle of a chart using the ReportDesignHandle, but I cannot access the Chart instance or model itself.
Then in ChartEventHandlerAdapter, I can access the chart instance/model, but cannot find the associated ExtendedItemHandle.
Is there some property I can set the ExtendedItemHandle so that the chart instance/model can read it?
Also, just to take a step back, my overall problem is that I need the ChartEventHandlerAdapter to know which specific chart it is acting on. Any ideas how this can be done?