XYZSet3DSurfaceTypeΒΆ

XYZSet3DSurfaceType sets the style of the 3D surface map.

bool = XYZSet3DSurfaceType(hData, rsType)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

The handle of a dataset created with XYZCreate.

rsType

rsType can set the surface map with the following values:

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)

id-2090021