property Chart.LinksWidth as Long
Specifies the width in pixels of the pen to draw the links between the bars.

TypeDescription
Long A long expression that indicates the width of the pen to draw the links between bars.
By default, the LinksWidth property is 1 pixel. Use the ShowLinks property to hide all links in the chart area. Use the LinksColor property to change the color of the links between bars. Use the AddLink method to link two bars. Use the AddBar method to add a new bar to an item. Use the AddItem method to add a new item. Use the Link(exLinkWidth) property to change the width of the pen that draws a specific link. Use the LinkStyle property to specify the style of the pen that draws the link.