From: mpb2000 on
For anyone else who might want to know, you can actually write units on the Y axis label with the "Write to Measurement" Express VI.  If you convert your signal to a waveform with the "Build Waveform" block, you can then use the "Set Waveform Attribute" block to name your signals and set the units.  Just enter "NI_ChannelName" in the "name" input of the block and then run your signal name to the "value" input.  You can do the same thing for units by entering "NI_UnitDescription" in the "name" input of another "Set Waveform Attribute" block and then run your units to the "value" input.
From: Eli_S on
Mpb2000, Thank you for your posting. Very helpful.