.. highlightlang:: us .. _xyzsetlabelformattype: XYZSetLabelFormatType ===================== .. index:: XYZSetLabelFormatType .. us.tag XYZSetLabelFormatType NOTREADYENGLISH New412 XYZSet_label :ref:`XYZSetLabelFormatType` specifies how the decimal places of isoline values are calculated (manually or automatically). .. function:: bool = XYZSetLabelFormatType(hData, nType) .. 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` or :ref:`XYZCreateFromMatrix`. .. uparam:: nType If *nType* is 0 the decimal places are set using the :ref:`XYZSetLabelFormat` function. If *nType* is 1 the decimal places are calculated automatically. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGetLabelFormatType`, :ref:`XYZSetLabelFormat` :sub:`id-1611595`