MeshResolution Property (SurfaceMeshRenderableSeries3D)
Gets or sets the mesh resolution. By default for each point in the SciChart.Charting3D.Model.UniformGridDataSeries3D<TX,TY,TZ>, there will be one vertex in the resulting mesh. To increase the resolution, use MeshResolution x2 or MeshResolution x4
Syntax
public MeshResolution MeshResolution {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also