Thanks for your post.
I am trying to plot an "Intensity Plot" (for example, see Labwindows CVI PlotScaledIntensity()) of (x,y,z) data, where z is represented by a colour scale.
So far, I have achieved this by looking at an xy projection of CNiGraph3D.Plot3DSimpleSurface(). If I pass this function a matrix like
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
then the plot interpolates pixels between the 1st and 2nd column of the matrix, and colours them accordingly. I'd ideally like to produce a plot which only has x*y "squares" as pixels, each with a colour as given by the matrix value.
Yours,
macdui