.. highlightlang:: us .. index:: LayerIsAxisTitleFreePos .. _layerisaxistitlefreepos: LayerIsAxisTitleFreePos ======================= .. us.tag LayerIsAxisTitleFreePos NOTREADYENGLISH LayerAxisTitle New500 :ref:`LayerIsAxisTitleFreePos` returns TRUE (1) if the axis title position can be modified using the mouse. .. function:: bool = LayerIsAxisTitleFreePos(hLayer, ssXYZ) .. us.return **Return Value** *bool* is TRUE (1) if axis title position can be modified using the mouse. Otherwise the function returns 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. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - New .. seealso:: :ref:`overview-diagrams`, :ref:`LayerSetAxisTitleAutoPos`, :ref:`LayerSetAxisTitleOffset`, :ref:`LayerSetAxisTitleFreePos`, :ref:`LayerCreate` :sub:`id-1474256`