How do I write a function to "display Off" of some of my symbols, so that I can call this function when a button is pressed.
Currently I am using this.
sym.$("Symbol_1").hide();
Since I have many symbols to be turn off at once, manually turning off individual symbol is not an option for me.