I have a chart and I want to display 3 plots in it when a radio button is set to 0 and two pots when it is set to 1.
I have managed to programmatically hide the 3rd's plot line and legend using a property node of the chart but the digital dispalys seem to be working all together. So it is either all visible or all invisible
Well I would simply re-combine and display them depending on the state of your button (take 3 oout of 3 or any 2 out of the 3 etc), and you can also update the plots label if you want.