Previous topic

LayerIsAxisLabel

Next topic

LayerIsAxisTitleAutoPos

This Page

LayerIsAxisTitleΒΆ

LayerIsAxisTitle checks if the axis title is visible.

bTitle = LayerIsAxisTitle(hLayer, ssXYZ)

Return Value

bTitle is TRUE (1) is the axis title is visible and FALSE (0) if the axis title is invisible.

Parameters

hLayer

Identifies the layer.

ssXYZ

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

id-702498