.. highlightlang:: us .. _xyzismarkervisible: XYZIsMarkerVisible ================== .. index:: XYZIsMarkerVisible .. us.tag XYZIsMarkerVisible NOTREADYENGLISH XYZGet_scatter :ref:`XYZIsMarkerVisible` returns a nonzero value if the markers (scatter plot) are visible; otherwise 0. .. function:: bVisible = XYZIsMarkerVisible(hData) .. us.return **Return Value** If *bVisible* is TRUE (1) the bubbles are displayed and if *bVisible* is FALSE (0) the bubbles are not displayed. .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`XYZShowMarker` :sub:`id-496005`