.. highlightlang:: us .. index:: LayerGetAxisTextPosSize .. _layergetaxistextpossize: LayerGetAxisTextPosSize ======================= .. us.tag LayerGetAxisTextPosSize ENGLISH LayerAxisTitle :ref:`LayerGetAxisTextPosSize` returns the position and size of the bounding rectangle of an axis text. .. function:: rvPosSize = LayerGetAxisTextPosSize(hLayer, ssXYZ) .. us.return **Return Value** *rvPosSize* is [x, y, dx, dy] in centimeters. .. 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:`LayerCreate` :sub:`id-933511`