LayerSetAxisLinkΒΆ
LayerSetAxisLink sets with which other diagram the x- or y-axis should be linked to.
- bool = LayerSetAxisLink(hLayer, ssXY, hLinkLayer)
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 or"Y"
for the y-axis.
- hLinkLayer
hLinkLayer is the handle of the diagram to which the x- or y-axis should be linked. If hLinkLayer is 0, the axis link will be removed.
Comment
Only layers belonging to the same page can be linked.
See also
id-1020785