method Items.RemoveLink (LinkKey as Variant)
Removes a link.

TypeDescription
LinkKey as Variant A String expression that indicates the key of the link being removed.
Use the RemoveLink method to remove the specified link. Use the Link(exLinkVisible) property to hide a specific link between two bars. Use the AddLink method to add a link between two bars. Use the ClearLinks method to remove all links in the control. Use the ShowLinks property to hide all links in the control. Use the RemoveItem method to remove an item. The RemoveItem method removes all links related to the item. Use the RemoveSelection method to remove the objects ( bars, links ) in the chart's selection. Use the Link(exLinkSelected) property to select or unselect programmatically a link. Use the Link(exLinkGroupBars) on exGroupBarsNone to ungroup the linked bars. Use the UngroupBars method to ungroup one or two bars. Use the RemoveLinksOf method to remove all links that start or end on the specified bar.