Search the Community

Showing results for tags 'add button'.



More search options

  • Search By Tags

    • add button ×
    Type tags separated by commas.
  • Search By Author

Content Type



Found 1 result

  1. 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(eventO...