Surface mesh 3D
SurfaceMeshSeries3D is divers series to visualize 3D surface. X,Y and Z values can be defined for each mesh point, allowing uneven node spacing. In addition to X, Y and Z, each SurfacePoint has Value, Color and Tag (object type) fields. This allows SurfaceMeshSeries3D to visualize 4-dimensional data (space + measurement). SurfaceMeshSeries3D also has different styles for Fill, Wireframe and ContourLine.
All those styling capabilities and surface geometry change in real-time demonstrated in following example
ExampleSurfaceMesh3D from Demo
info
For step-by-step tutorial how to create dynamic SurfaceMeshSeries3D application with LightningChart .NET library check following link.