.. highlightlang:: us .. index:: LayerSetAxisTickPos .. _layersetaxistickpos: LayerSetAxisTickPos =================== .. us.tag LayerSetAxisTickPos NOTREADYENGLISH LayerAxisTicks :ref:`LayerSetAxisTickPos` sets the axis ticks position .. function:: bool = LayerSetAxisTickPos(hLayer, ssXYZ, nInOut) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is 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:: nInOut *nInOut* can be set to one of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - 0 - Ticks are not plotted. * - 1 - Ticks are plotted inside the diagram. * - 2 - Ticks are plotted outside the diagram. * - 3 - Ticks are plotted inside and outside. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerGetAxisTickPos`, :ref:`LayerCreate`, :ref:`PageReplot` :sub:`id-597291`