The 3D graph solution that Bilal mentioned in his message is the best approach if you're developing in Visual Basic or Visual C++. Another approach would be to use LabWindows/CVI, which is also comes with Measurement Studio. The CVI graph supports intensity plots. You could either a.) develop all of your application in CVI, or b.) develop your user interface in CVI, then use the Measurement Studio application wizard in Visual C++ to convert the CVI project to a Visual C++ project, then do the rest of your development in C++ using the Measurement Studio C++ libraries.
- Elton