.. highlightlang:: us .. index:: LayerGetAxisLabel .. _layergetaxislabel: LayerGetAxisLabel ================= .. us.tag LayerGetAxisLabel NOTREADYENGLISH LayerAxisLabel :ref:`LayerGetAxisLabel` returns the axis labels as a string vector. .. function:: svLabel = LayerGetAxisLabel(hLayer, ssXYZ) .. us.return **Return Value** *svLabel* is a string vector with the axis label. .. 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. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerSetAxisLabel`, :ref:`LayerCreate` :sub:`id-385616`