.. highlightlang:: us .. index:: LayerSetFixedLabelNum .. _layersetfixedlabelnum: LayerSetFixedLabelNum ===================== .. us.tag LayerSetFixedLabelNum NOTREADYENGLISH LayerAxisLabel Changed5510 Sets in connection with :ref:`LayerSetLabelNum` the number of axis labels for autoscale. .. function:: bool = LayerSetFixedLabelNum(hLayer, ssXYZ, bFixed) .. us.return **Return Value** *bool* is TRUE (1) if the function was successful 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. .. uparam:: bFixed *bFixed* is TRUE (1) or FALSE (0). .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`LayerIsFirstLabel`, :ref:`LayerShowFirstLabel`, :ref:`LayerGetLastLabel`, :ref:`LayerSetLabelNum` :sub:`id-1293629`