.. highlightlang:: us .. _xyzgetlabelformat: XYZGetLabelFormat ================= .. index:: XYZGetLabelFormat .. us.tag XYZGetLabelFormat ENGLISH XYZGet_label :ref:`XYZGetLabelFormat` returns the number format for isoline labels, data point labels and the Full Load Line (WOT) labels. .. function:: rsFormat = XYZGetLabelFormat(hData) .. us.return **Return Value** *rsFormat* is positive, when the labels for isolines, data points and Full Load Line (WOT) appear in decimal form and negative if they appear in exponential form. The *rsFormat* sum sets the number of decimal points. .. us.params **Parameters** .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`XYZSetLabelFormat` :sub:`id-1983480`