.. highlightlang:: us .. index:: LayerIsAxisTitleAutoPos .. _layerisaxistitleautopos: LayerIsAxisTitleAutoPos ======================= .. us.tag LayerIsAxisTitleAutoPos NOTREADYENGLISH LayerAxisTitle :ref:`LayerIsAxisTitleAutoPos` returns if the position of the axis title is calculated automatically. .. function:: bool = LayerIsAxisTitleAutoPos(hLayer, ssXYZ) .. us.return **Return Value** *bool* is TRUE (1) if auto position flag is set and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hLayer *hLayer* is the handle of a diagram. .. 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:`LayerSetAxisTitleAutoPos`, :ref:`LayerSetAxisTitleOffset`, :ref:`LayerCreate`, :ref:`LayerShowAxisTitle` :sub:`id-1130224`