Navigation

  • index
  • next |
  • previous |
  • UniPlot Documentation »
  • UniScript Functions »
  • LayerSetAxisLink

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

Overview Diagrams, LayerCreate, LayerGetAxisLink

id-1020785

Previous topic

LayerSetAxisLabelFormat

Next topic

LayerSetAxisLinkName

This Page

  • Show Source

Quick search

Navigation

  • index
  • next |
  • previous |
  • UniPlot Documentation »
  • UniScript Functions »
  • LayerSetAxisLink
© Copyright . Last updated on Jun 10, 2025. Created using Sphinx 7.3.7.