Configuring Wireframe on the Surface Meshes
Examples for the 3D Surface Mesh Chart can be found in the SciChart WPF Examples Suite which can be downloaded from the SciChart Website or our SciChart.WPF.Examples Github Repository.
The 3D Surface Mesh Wireframe can be added optionally and configured via the following properties.
-
SurfaceMeshRenderableSeries3D.DrawMeshAs:
- Options SolidWireFrame, WireFrame, SolidWireframeWithContours will draw wireframes
- Options SolidMesh, Contours, SolidWithContours will omit wireframes.
- SurfaceMeshRenderableSeries3D.StrokeThickness: Defines the thickness of the wireframe line
- SurfaceMeshRenderableSeries3D.Stroke: Defines the stroke color of the wireframe, which may optionally include opacity.