Controls the surface frame style. Supported values are:
SurfaceFrameStyle.None - no frame at all
SurfaceFrameStyle.Mesh - frame connecting the adjacent data points
SurfaceFrameStyle.Contour - contour lines at specific surface elevations
SurfaceFrameStyle.MeshContour - mixed mesh and contour frame
SurfaceFrameStyle.Dots - dots at the data points
The following code changes the frame style to Dots:
surface.FrameStyle = SurfaceFrameStyle.Dots
surface.FrameStyle = SurfaceFrameStyle.Dots;
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