.. highlightlang:: us .. _xyzsetscatterlabeloffset: XYZSetScatterLabelOffset ======================== .. index:: XYZSetScatterLabelOffset .. us.tag XYZSetScatterLabelOffset ENGLISH XYZSet_scatter :ref:`XYZSetScatterLabelOffset` sets the offset of the z-labels in the scatter plot. .. function:: bool = XYZSetScatterLabelOffset(hData, rvOffset) .. 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 A handle for a dataset created with :ref:`XYZCreate`. .. uparam:: rvOffset *rvOffset* is a vector with two elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvOffset[1] - x-offset of the z-values in the scatter plot in centimeters. * - rvOffset[2] - y-offset of the z-values in the scatter plot in centimeters. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZSet3DSurfaceType`, :ref:`XYZGet3DScatterBarWidth` :ref:`XYZCreate` :sub:`id-1993921`