I have a question about the syntax:
"Series1.AddPalette(0.4 ,RGB(150,150,150)); "
Does the first parameter specify the Y value of the series? E.g.
Series1.AddPalette(Y, Color);
Also, would the above work for a TIsoSurfaceSeries? Are there any additional flags that need to be set?