Group: Forum Members
Last Active: 9 Years Ago
Posts: 9,
Visits: 23
|
Hi, I am creating a surface plot. The coloring will be based on the surface value (Nevron y axis value). I have implemented this by assigning the appropriate color to each vertex. By using NGridSurfaceSeries.Data.Colors. I used this method because I found an example in the documentation. I then stumbled across the concept of a palette. The documentation seems to hint I can create a custom palette to do the same thing.
1) Are there any advantages/disadvantages to assigning a color to each vertex vs using a custom palette? 2) Are there any examples for using a custom palette? Perhaps even creating it from a known look up table? Thanks
|