Skip to main content

Surface grid 3D

SurfaceGridSeries3D allows visualizing data as a 3D surface. In SurfaceGridSeries3D, nodes are equally spaced in X dimension, and in Z dimension as well. 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.

How SurfaceMeshSeries3D could be used as 3D Surface as well as projective plain (with ContourLineType3D.PalettedLineByValue or SurfaceFillStyle.PalettedByValue) demonstrated in following example

ExampleSurfaceFlatContourProjection ExampleSurfaceFlatContourProjection from Demo

info

For step-by-step tutorial, how to create application with various SurfaceGridSeries3D layouts with LightningChart .NET library, check following link.