.. highlightlang:: us .. index:: XYZShowColorMatrix .. _xyzshowcolormatrix: XYZShowColorMatrix ================== .. us.tag XYZShowColorMatrix NOTREADYENGLISH XYZSet_color_matrix New5300 :ref:`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. .. function:: bool = XYZShowColorMatrix(hData, bVisible) .. us.return **Return Value** Is TRUE (1), if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hData identifies the dataset. .. uparam:: bVisible Is TRUE (1), if the color matrix is visible and otherwise FALSE (0). .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.30 - New. .. seealso:: :ref:`Overview-XYZ-Datasets`, :ref:`XYZIsColorMatrix`, :ref:`XYZSetProps` :sub:`id-826697`