12-15-2011 08:32 AM - edited 12-15-2011 08:33 AM
I would like names from "check box"(cluster) that will appears as label(name) on graphs, like on picture; I try to implement this with property plot->plot name; but always was problem that is not working or it's show error that I cannot change this while is running my program; Program is attached.
Solved! Go to Solution.
12-15-2011 08:42 AM
From your picture it looks like you want to change the label. You can't change this during runtime. Hide the label and show the caption, then modify the caption (property Caption > Text).
12-15-2011 08:47 AM
Ok I do this, but now I have problem what to connect to "Caption.text". I have cluster, but "caption.text" need "string";
12-15-2011 09:01 AM - edited 12-15-2011 09:01 AM
You have to extract the labels of the controls in the cluster. See attached snippet.
12-15-2011 09:13 AM
Thank you, it's working 😉