I have a perspective Time-Series chart displaying several subplots, consisting of trends of related data that we will call Plot A, Plot B & Plot C for example. As per the standard operation of this component, clicking on an individual plot (or it's name in the legend area) will highlight that plot, and mute the other plots on the chart.
My question is this - Is there a way to programmatically detect which plot is highlighted (if any)? This could be by way of a binding, an event or even a property that could be read in some manner. I have played with the component, and read the documentation on it, but am unable to see a way this can be achieved.
My use-case for this functionality would be to provide dynamic information about the selected plot, such as aggregates of the individual line, or aggregates of all the lines if no specific line is selected. This would also include text-based information about the selected line, presented to the user outside of the Time Series Chart component itself.
Gateway is currently version 8.1.23.
Any suggestions or comments would be appreciated.
James