LayerShowAxisLabel¶
LayerShowAxisLabel shows or hides axis lables.
- bool = LayerShowAxisLabel(hLayer, ssXYZ, bShow)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- hLayer
Identifies the layer.
- ssXYZ
ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.
- bShow
bShow is TRUE (1) when the axis labels are shown and otherwise FALSE (0).
See also
id-814248