Search the Community
Showing results for tags 'overlaybutton'.
Found 2 results
-
Hi there. I'm trying to change the text label on the back-button on a drilled down chart. I'm using version 3.2.2 (XT) and Flash to render. Can anyone give me some guidelines to how I can change this (if possible). /Uffe
- 1 reply
-
- drill-down
- overlayButton
-
(and 1 more)
Tagged with:
-
Is it possible to add more than one button directly to the chart? right now I'm using: chart4.addEventListener("rendered", function(eventObject, argumentsObject) { eventObject.sender.ref.drawOverlayButton({show:1, message:"Zoom"});} ); chart4.addEventListener("overlaybuttonclick", function(eventObject, argumentsObject){getCombo1("zoom");}); to implement changing graphs. It seems like I can only implement one button on a single graph with this method. Is there a better way to do it? Thanks in advance.
-
- button
- drawOverlayButton
-
(and 3 more)
Tagged with: