Does anybody know how to scale Y axis labels on waveformgraph using Visual Basic .NET?
I know how to do it in Visual Basic using formatstring but whats the equivalent of formatstring here in Visual Basic. NET? There is something like labelformat in .NET but I couldn't use it for scaling.
I just want to multiply the Y Axis labels with a constant during run-time.
Thanx in advance