.. highlightlang:: us .. index:: LayerSetAxisMinorTickWidth .. _layersetaxisminortickwidth: LayerSetAxisMinorTickWidth ========================== .. us.tag LayerSetAxisMinorTickWidth NOTREADYENGLISH LayerAxisTicks :ref:`LayerSetAxisMinorTickWidth` sets the width of the minor ticks. .. function:: bool = LayerSetAxisMinorTickWidth(hLayer, ssXYZ, rsWidth) .. 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:: rsWidth *rsWidth* is the tick width in 0.1 mm steps. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`PageReplot`, :ref:`LayerSetAxisMajorTickLen`, :ref:`LayerSetAxisMajorTickWidth` :sub:`id-752453`