.. highlightlang:: us .. index:: XYSetMarker .. _xysetmarker: XYSetMarker =========== .. us.tag XYSetMarker ENGLISH XYSet :ref:`XYSetMarker` sets the data point symbol style. .. function:: bool = XYSetMarker(hData, hMarker) .. 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 The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. uparam:: hMarker *hMarker* .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYGetMarker`, :ref:`XYShowMarker`, :ref:`MarkerCreate`, :ref:`XYCreate` :sub:`id-1801409`