.. highlightlang:: us .. index:: LayerSetAxisNTicks .. _layersetaxisnticks: LayerSetAxisNTicks ================== .. us.tag LayerSetAxisNTicks ENGLISH LayerAxisTicks :ref:`LayerSetAxisNTicks` specifies the number of minor axis ticks. .. function:: bool = LayerSetAxisNTicks(hLayer, ssXYZ, nTicks) .. 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:: nTicks *nTicks* is a number between 0 and 100. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`LayerGetAxisNTicks` :sub:`id-1841799`