constants LinkStyleEnum
Use the LinksStyle property to specify the style of the pen to draw all links in the chart. Use the Link(exLinkStyle) property to change the style for a specific link.

NameValueDescription
exLinkSolid0 The link is solid.
exLinkDash1 The link is dashed. This style is valid only when the exLinkWidth is 1.
exLinkDot2 The link is dotted. This style is valid only when the exLinkWidth is 1.
exLinkDashDot3 The link has alternating dashes and dots. This style is valid only when the exLinkWidth is 1.
exLinkDashDotDot4 The link has alternating dashes and double dots. This style is valid only when the exLinkWidth is 1.
exLinkTDot255 Default. The link is dotted. This style is valid only when the exLinkWidth is 1.