Using a radio box to select axis variable in dashboard
I have created a dashboard for checking the capability of a tensile machine containing a local filter, control chart, distribution and process capability plots, see image. I have also included a radio box with a list of chartable columns (ColList) so to allow the user to interactively chose the response to be charted:Panel1 = Panel Box( "Column selector",
rb = Radio Box( ColList , width( 20
...