.. highlightlang:: us .. index:: LayerGetAutoScale .. _layergetautoscale: LayerGetAutoScale ================= .. us.tag LayerGetAutoScale ENGLISH LayerGet The :ref:`LayerGetAutoScale` returns TRUE (1) if an axis is automatically rescaled if the data of one of the datasets has been changed. .. function:: bAuto = LayerGetAutoScale(hLayer, ssXYZ) .. us.return **Return Value** If *bAuto* is TRUE (1), the specified axis will be rescaled if one of the datasets in the diagram has been changed. .. 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:`LayerGetAutoScale`, :ref:`LayerCreate` :sub:`id-1449353`