It sounds like you want to do an intensity plot with a custom color scale - is that correct? If so, please take a look at
this previous thread. This thread discusses how to display intensity plots with CNiGraph3D and has sample code for a color spectrum intensity plot of a dual sine surface plot. If you would like to specify a custom color scale instead of using a color spectrum scale, take a look at the ColorMapValues and ColorMapColors properties of CNiPlot3D. The Color Map Styles example (located in the Examples\Ui\Graph3D\Color Map Styles subdirectory of your Measurement Studio for Visual C++ installa
tion directory) has code that demonstrates how to create a custom color map. Hope this helps.
- Elton