Hello!
I am quite new to Nevron Chart, so I guess that I may be missing something and that the answer is simple. I hope so at least ;-)
I have data which I display with a NTriangulatedSurfaceSeries as the X and Z positions are irregular. So far so good. Now I am asked to estimate values on specific X and Z positions. Is it possible to retrieve the Y value estimated by the series for such positions? I thought I could insert a "missing" point at the desired coordinates with DBNull.Value for the Y component, and then somehow read out the estimated value.
Any hints? Possible?
Thanks for your help!!!
Paolo