10-11-2012 03:28 PM
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
10-12-2012 10:12 AM
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.
Warm Regards,
10-12-2012 12:24 PM
Ahhh... So simple. Thanks!