.. highlightlang:: us .. index:: LayerSetLastLabel .. _layersetlastlabel: LayerSetLastLabel ================= .. us.tag LayerSetLastLabel ENGLISH LayerAxisLabel :ref:`LayerSetLastLabel` sets a value for the specified axis. No labels are displayed above this value. .. function:: bool = LayerSetLastLabel(hLayer, ssXYZ, rsLast) .. 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:: rsLast *rsLast* is a real value. No labels are displayed above this value. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`LayerIsLastLabel`, :ref:`LayerShowLastLabel`, :ref:`LayerGetFirstLabel`, :ref:`LayerSetAxisMinMaxDelta` :sub:`id-1695774`