.. highlightlang:: us .. index:: XYZShowLabelTransparent .. _xyzshowlabeltransparent: XYZShowLabelTransparent ======================= .. us.tag XYZShowLabelTransparent ENGLISH XYZSet_label New5300 :ref:`XYZShowLabelTransparent` specifies if the isoline labels are plotted transparent or with a white background. .. function:: bool = XYZShowLabelTransparent(hData, bShow) .. 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 Is the handle of a dataset created with :ref:`XYZCreate`. .. uparam:: bShow *bShow* TRUE (1) if th labes should be plotted transparent. If set to FALSE (0) the labels are plotted on a white background rectangle. .. us.comment **Comment** The changes will come into effect after the function :ref:`XYZUpdate` is called. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.30.0 - New. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`XYZSetProps`, :ref:`XYZGetProps`, :ref:`XYZIsLabelTransparent`, :ref:`XYZUpdate` :sub:`id-2110111`