Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How to show 1mV instead of 0.001V in CWGraph?

Hello,
How can I change the format of Y-axis to scientific notation? e.g. 0.001->1m, 1e-9->1u etc.
Thanks a lot.
0 Kudos
Message 1 of 2
(3,488 Views)
Give the Axis a format string of k"V". Go to the property pages under Format. Pick the axis and put k"V" as the format string. You could also do this programmatically by setting CWGraph1.Axes("YAxis-1").FormatString.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 2
(3,488 Views)