LayerIsAxisTitleFreePos

LayerIsAxisTitleFreePos returns TRUE (1) if the axis title position can be modified using the mouse.

bool = LayerIsAxisTitleFreePos(hLayer, ssXYZ)

Return Value

bool is TRUE (1) if axis title position can be modified using the mouse. Otherwise the function returns FALSE (0).

Parameters

hLayer

hLayer is the handle of a diagram.

ssXYZ

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

History

Version

Description

5.0.0

New

id-1474256