LayerSetAxisTickPos sets the axis ticks position
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
hLayer is the handle of a diagram (layer).
ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.
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. |
See also
Overview Diagrams, LayerGetAxisTickPos, LayerCreate, PageReplot
id-597291