I’m trying to set up a Tree control in Perspective to act as a tag browser to select which tags show up on an XYChart and I want to be able to organize the tags by regions (folders).
I’d like to be able to select multiple tags from the Tree but it appears to only select one at a time. I’m not sure if I’m missing a property somewhere or if this control only allows single selection. It seems like you should be able to select multiples because the control has “selection” and “selectionData” properties which I presume are arrays corresponding with the items on the tree.
My general idea was to create a series for each tag I have on the tree control and send tag data for the selected series through a message to the chart when a “refresh” button is pressed.
I’m also interested in any suggestions if my approach is wrong. I am aware of the ability to use toggle buttons and a refresh button but the user of this system doesn’t prefer that implementation.