Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Text in CWgraph

I just read that one can write text in CWgraphs
in future version of CWs. Anyway, I really need tu put some labels into CWgraph. What would be the easiest way? I'm using VB6. Surprisingly, it's not possible to insert VB label control onto CWgraph, either. How come? I'm thinking to include those labels into plotarea image, but
this way doesn't sound clever, because I have to change those labels occationally during program running.
0 Kudos
Message 1 of 2
(3,061 Views)
This will be a new feature of the graph called Annotations in Measurement Studio 6.0 coming out in this quarter (Q3 2001). You can use VB Labels as a workaround now though. Make sure the Label is on top of the graph in the Z-order and make sure to change the CWGraph to run windowless (property Windowless = True). Then you can programmatically move or set the values of the labels if you would like.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
Message 2 of 2
(3,061 Views)