.. highlightlang:: us .. _xyzsetlabelformat: XYZSetLabelFormat ================= .. index:: XYZSetLabelFormat .. us.tag XYZSetLabelFormat ENGLISH XYZSet_label :ref:`XYZSetLabelFormat` sets the label format for isolines, data points and the Full Load Line (WOT line). .. function:: bool = XYZSetLabelFormat(hData, rsFormat) .. 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:: rsFormat The parameter *rsFormat* is positive for decimal numbers and negative for exponential numbers. The absolute value of *rsFormat* sets the number of decimal places. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`XYZGetLabelFormat` :sub:`id-1961069`