property Chart.ShowLinks as Boolean
Retrieves or sets a value that indicates whether the links between bars are visible or hidden.

TypeDescription
Boolean A Boolean expression that indicates whether the chart shows the lines between bars.
By default, the ShowLinks property is True. Use the ShowLinks property to hide all links between bars. Use the Link(exLinkVisible) property to hide a specific link between two bars. Use the LinkColor property to specify the color for all links in the chart area. Use the LinkStyle property to specify the style for all links in the chart area. Use the LinkWidth property to specify the width of the pen, in pixels, to draw the links between bars. Use the AddLink method to link a bar with another. Use the Link(exLinkShowDir) property to hide the arrow that indicates the direction of the link. Use the FirstLink and NextLink properties to enumerate the links in the control.