XYZShowColorMatrixΒΆ

XYZShowColorMatrix shows or hides the color matrix. If the color matrix is displayed, the isolines, the data hull and data symbols will not be displayed.

bool = XYZShowColorMatrix(hData, bVisible)

Return Value

Is TRUE (1), if the function was successful and otherwise FALSE (0).

Parameters

hData

identifies the dataset.

bVisible

Is TRUE (1), if the color matrix is visible and otherwise FALSE (0).

History

Version Description
5.30 New.

id-826697