There's no direct support for this in Measurement Studio. One way you could achieve this, though, is to plot your data on the Measurement Studio 3D graph and then rotate the plot such that you're looking down the Y axis. There's a Visual Basic example that demonstrates how to do this in the article
Plotting Intensity Using a Measurement Studio 3D Graph Control .
Also, the LabWindows/CVI supports intensity plots, so another option would be to develop this part of your user interface with CVI, then you could convert the CVI project to a Visual C++ project with the Measurement Studio
application wizard, and then develop the rest of your application using the Measurement Studio for Visual C++ libraries.
- Elton