Version

LeaderDrawStyle Property

Gets/set the style with which the leader lines are drawn.
Syntax
'Declaration
 
Public Property LeaderDrawStyle As LineDrawStyle
public LineDrawStyle LeaderDrawStyle {get; set;}
Remarks

The leader lines can be drawn in a variety of styles such as Solid, Dot, Dash, et al. See the LineDrawStyle enumeration for details.

The value of any leader line styling property is ignored if LeaderLinesVisible is False.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also