.. highlightlang:: us .. _xygetmarker: XYGetMarker =========== .. index:: XYGetMarker .. us.tag XYGetMarker ENGLISH XYGet :ref:`XYGetMarker` returns the marker (symbol) handle which is used to display the data points. .. function:: hMarker = XYGetMarker(hData) .. us.return **Return Value** *hMarker* is the handle of the marker created with :ref:`MarkerCreate` or 0 if the function fails. .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYSetMarker`, :ref:`XYShowMarker`, :ref:`MarkerCreate`, :ref:`XYCreate` :sub:`id-920529`