.. highlightlang:: us .. index:: LayerIsAxisTitle .. _layerisaxistitle: LayerIsAxisTitle ================ .. us.tag LayerIsAxisTitle NOTREADYENGLISH LayerAxisTitle :ref:`LayerIsAxisTitle` checks if the axis title is visible. .. function:: bTitle = LayerIsAxisTitle(hLayer, ssXYZ) .. us.return **Return Value** *bTitle* is TRUE (1) is the axis title is visible and FALSE (0) if the axis title is invisible. .. 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`, :ref:`LayerShowAxisTitle` :sub:`id-702498`