Amplitude Meter (trackbar?)
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I am measuring voltage and passing it into a C# desktop application. I need to have a graphical representation of that voltage, something similar to a linear volume meter would be perfect. Currently I've taken a trackbar and am writing the voltage value to it. It's not ideal though. Has some issues. Certainly there's a better way to do this?
-
I am measuring voltage and passing it into a C# desktop application. I need to have a graphical representation of that voltage, something similar to a linear volume meter would be perfect. Currently I've taken a trackbar and am writing the voltage value to it. It's not ideal though. Has some issues. Certainly there's a better way to do this?