Thanks for the response!
Alright, so it seems I will have to use the NTriangulatedSurfaceSeries to show my data. I have another follow up question now.
I have a method that calculates colors for each x,y,z point in my plot, but the colors do not seem to blend well. For example, I say if my color vector is between 1 and 2, color it red. If it is between 2 and 3, color it orange. If it is between 3 and 4, color it yellow. Etc, etc. However I would like to include more colors than just the few I have manually programmed. I know I can create a palette to do this, but I would like the palette to reflect the values of my color vector (the temperature), not the z vector. Is there a way I can do this?
If not, I would like to incorporate color blending. For example, if the value of the color vector is 1.2, it falls between 1 and 2, but is closer to 1. So I would want the color to be more red than orange (using my above defined color scheme). Is there an already established method for this color interpolation in Nevron or will I have to write my own color interpolation method?
Thank you,
Teddy