.. highlightlang:: us .. _xyzset3dsurfacetype: XYZSet3DSurfaceType =================== .. index:: XYZSet3DSurfaceType .. us.tag XYZSet3DSurfaceType ENGLISH XYZSet_3d :ref:`XYZSet3DSurfaceType` sets the style of the 3D surface map. .. function:: bool = XYZSet3DSurfaceType(hData, rsType) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYZCreate`. .. uparam:: rsType *rsType* can set the surface map with the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - STYLE_SURF_FISHNET - A grid without the removal of the hidden lines (Transparent Grid)(0) * - STYLE_SURF_SOLIDCOLOR - A surface map in one color (1) * - STYLE_SURF_COLORGRADIENT - A surface map with color gradient (2) * - STYLE_3D_PEAKS - Plot the interpolation matrix as needles. (3) * - STYLE_3D_BARS - Plots the interpolation matrix as a bar scatter plot. (4) * - STYLE_3D_BARS_COLORGRAD - Plots the interpolation matrix as a bar scatter plot. Bar color depending on z value.(5) * - STYLE_3D_SCATTER - Plots the scattered (original) data as a bar plot. (6) * - STYLE_3D_SCATTER_COLORGRAD - Plots the scattered (original) data as a bar plot. Bar color depending on z value.(7) .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGet3DSurfaceType`, :ref:`XYZCreate`, :ref:`XYZSet3DInsideColor` :sub:`id-2090021`