.. highlightlang:: us .. index:: LayerGetAxisTB .. _layergetaxistb: LayerGetAxisTB ============== .. us.tag LayerGetAxisTB NOTREADYENGLISH LayerAxisTitle :ref:`LayerGetAxisTB` returns a copy of the handle of an axis title. .. function:: hText = LayerGetAxisTB(hLayer, ssXYZ) .. us.return **Return Value** *hText* is the handle of a text object. The object is not deleted. After its use it must be deleted with :ref:`TBDestroy`. .. us.params **Parameters** .. uparam:: hLayer *hLayer* is the handle of a diagram (layer). .. uparam:: ssXYZ *ssXYZ* is "X" for the x-axis, "Y" for the y-axis and "Z" for the z-axis. .. seealso:: :ref:`LayerCreate`, :ref:`LayerSetAxisTB` :sub:`id-47013`