.. highlightlang:: us .. _xyzsetmarker: XYZSetMarker ============ .. index:: XYZSetMarker .. us.tag XYZSetMarker ENGLISH XYZSet_scatter :ref:`XYZSetMarker` sets the symbol style for the scatter plot. .. function:: bool = XYZSetMarker(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 Is the handle of the dataset created with :ref:`XYZCreate`. .. uparam:: hMarker *hMarker* Is the handle of the symbol created with :ref:`MarkerCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`XYZGetMarker`, :ref:`XYZShowMarker`, :ref:`MarkerCreate` :sub:`id-24134`