.. highlightlang:: us .. index:: LayerSetAxisPen .. _layersetaxispen: LayerSetAxisPen =============== .. us.tag LayerSetAxisPen NOTREADYENGLISH LayerSet :ref:`LayerSetAxisPen` sets the axis pen. .. function:: bool = LayerSetAxisPen(hLayer, ssXYZ, hPen) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. 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. .. uparam:: hPen *hPen* identifies the pen. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerGetAxisPen`, :ref:`LayerCreate`, :ref:`PenCreate`, :ref:`PageReplot`, :ref:`LayerSetMinMaxLinePen` :sub:`id-1851917`