Can I set graph builder title based on variable from a H list box?
I have a H list box window that users can input parameters, after that I will do some calculations and provide a graph builder to userMy question is can I set graph builder title also based on the parameters from the H list box? below is the sample codeNames Default To Here( 1 );
dt = current data table();
nw = New Window( "simulator",
H List Box( Text Box( " Input sample rate " ), sample rate
...