Drawing a waveform in C#
Posted
by
user488792
on Stack Overflow
See other posts from Stack Overflow
or by user488792
Published on 2011-02-26T07:12:49Z
Indexed on
2011/02/26
7:25 UTC
Read the original article
Hit count: 152
Hi!
I want to be able to display a WaveForm in C#, along with some simple features such as zooming and selection. I already have the data as a short[] of amplitude values.
However, I am an amateur when it comes to hardcoding GUI. I have already found a possible helper class WaveFormClass that may help me achieve this but as a backup, I want to learn how to manually do it.
So may I ask for some methods and possibly some links that will help? Thanks!
© Stack Overflow or respective owner