.. highlightlang:: us .. index:: LayerIsLabelNumEnabled .. _layerislabelnumenabled: LayerIsLabelNumEnabled ====================== .. us.tag LayerIsLabelNumEnabled NOTREADYENGLISH LayerAxisLabel Changed5510 Returns TRUE if the fixed number of labels is used for autoscale. .. function:: bFixed = LayerIsLabelNumEnabled(hLayer, ssXYZ) .. us.return **Return Value** *bFixed* is TRUE (1) if the fixed number of labels is used for autoscale and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hLayer *hLayer* is the handle of a diagram (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:`LayerIsFirstLabel`, :ref:`LayerShowFirstLabel`, :ref:`LayerGetLastLabel`, :ref:`LayerSetFixedLabelNum`, :ref:`LayerSetLabelNum` :sub:`id-1244113`