.. highlightlang:: us .. _xyzshowbubble: XYZShowBubble ============= .. index:: XYZShowBubble .. us.tag XYZShowBubble NOTREADYENGLISH New400 XYZSet :ref:`XYZShowBubble` shows or hides bubbles marking the original position of the data points. The bubble size and fill color can depend on the Z-Value. .. function:: bool = XYZShowBubble(hData, bVisible) .. 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 data set created with :ref:`XYZCreate`. .. uparam:: bVisible If *bVisible* is TRUE (1) the bubbles will be displayed and if *bVisible* is FALSE (0) the bubbles will not be displayed. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGetBubbleAttribute`, :ref:`XYZGetBubbleSize`, :ref:`XYZIsBubbleVisible`, :ref:`XYZSetBubbleAttribute`, :ref:`XYZSetBubbleSize` :sub:`id-1294089`