.. highlightlang:: us .. index:: LayerSetAxisLabelFont .. _layersetaxislabelfont: LayerSetAxisLabelFont ===================== .. us.tag LayerSetAxisLabelFont NOTREADYENGLISH LayerAxisLabel :ref:`LayerSetAxisLabelFont` sets the axis label font. .. function:: bool = LayerSetAxisLabelFont(hLayer, ssXYZ, hFont) .. 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:: hFont *hFont* identifies the font. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`FontCreate` :sub:`id-840705`