Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How to I modify a CURSOR LABEL to include the units of measurement?


Using Measurement Studio 2012 with Visual Studio 2010 and in C#.

This is on a Scatter Graph.

 

My current cursor looks like:      ( 2.464 , 34.5 )

 

The X-Value of the cursor is cycles/second and I'd like to add the label "Hz"

 

So it would look like:                ( 2.464 Hz , 34.5 )

 

Thanks for any help!

Gary

0 Kudos
Message 1 of 3
(5,296 Views)

Hi Gary,

 

You can add a special label style to the xyCursor collection.  You will want to edit LabelXFormat, Specifically, add "Hz" to the Format String field within the LabelXFormat menu (this defaults to degrees F).  Please see the image below, which demonstrates this function.

 

 

LabelXFormat

 

Warm Regards,

Daniel Dorroh
National Instruments
0 Kudos
Message 2 of 3
(5,287 Views)

 

Ahhh... So simple. Thanks!

0 Kudos
Message 3 of 3
(5,282 Views)