LayerSetAxisTickPos

LayerSetAxisTickPos sets the axis ticks position

bool = LayerSetAxisTickPos(hLayer, ssXYZ, nInOut)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hLayer

hLayer is the handle of a diagram (layer).

ssXYZ

ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.

nInOut

nInOut can be set to one of the following values:

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.

id-597291