.. highlightlang:: us .. index:: LayerSetAxisLabelFormat .. _layersetaxislabelformat: LayerSetAxisLabelFormat ======================= .. us.tag LayerSetAxisLabelFormat ENGLISH LayerAxisLabel Changed5600 :ref:`LayerSetAxisLabelFormat` specifies the number format of the axis labels. .. function:: bool = LayerSetAxisLabelFormat(hLayer, ssXYZ, nFormat) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hLayer Identifies the layer. .. uparam:: ssXYZ *ssXYZ* is ``"X"`` for the x-axis, ``"Y"`` for the y-axis and ``"Z"`` for the z-axis. .. uparam:: nFormat *nFormat* specifies the display format for axes labels. .. list-table:: :header-rows: 1 * - Value Range - Format * - -10 bis -1 - Exponential format. * - 0 bis 10 - Decimal format. Valus defines the number of decimals. * - 200 bis 216 - Hexadecimal format (0x0000): Value define the number of digits with leading zeros. **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2014 - Hexadecimal format added. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`LayerGetAxisLabelFormat` :sub:`id-1349396`