.. highlightlang:: us .. _xyzsetminmarker: XYZSetMinMarker =============== .. index:: XYZSetMinMarker .. us.tag XYZSetMinMarker ENGLISH XYZSet_scatter :ref:`XYZSetMinMarker` sets the symbol marking the smallest z-value data point. .. function:: bool = XYZSetMinMarker(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 a 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:`XYZShowMinMarker`, :ref:`XYZShowMarker`, :ref:`MarkerCreate` :sub:`id-1928343`