The following screen shot shows a link between two elements:

The Link object supports the following properties and methods:


| Name | Description | |||
| AllowControlPoint | Indicates the control points of the link, the user can use to customize the link. | |||
| ArrowColor | Gets or sets a value that indicates the link's arrow color. | |||
| ArrowFrameColor | Customizes the color to show the frame of the arrow. | |||
| ArrowSize | Gets or sets the size to show the arrow for specified link. | |||
| Caption | Gets or sets a value that indicates the HTML caption to be displayed on the link. | |||
| CaptionAlign | Indicates the alignment of the link's caption. | |||
| Color | Gets or sets a value that indicates the link's color. | |||
| CustomPath | Specifies the link's custom path. | |||
| ElementFrom | Specifies the element where the link starts from. | |||
| ElementTo | Specifies the element where the link ends into. | |||
| EndPos | Specifies where the link ends on the target/to element. | |||
| EndUpdateLink | Adds programmatically updated properties of the link to undo/redo queue. | |||
| FitToClient | Resizes or/and moves the entire chart to fit the link. | |||
| ID | Specifies the link's unique identifier. | |||
| InvokeContextMenu | Invokes programmatically the link's default or customized context menu, and returns the identifier of the selected item. | |||
| ShowDir | Shows or hides the link's direction. | |||
| ShowLinkType | Specifies how the link shows from source to target element. | |||
| StartPos | Specifies where the link starts on the source/from element. | |||
| StartUpdateLink | Starts changing properties of the link, so EndUpdateLink method adds programmatically updated properties to undo/redo queue. | |||
| Style | Specifies the link's style. | |||
| ToolTip | Gets or sets a value (tooltip) that's displayed once the cursor hovers the link. | |||
| ToolTipTitle | Gets or sets a value (title) that's displayed once the cursor hovers the link. | |||
| UserData | Indicates any extra data associated with the link. | |||
| Visible | Shows or hides the link. | |||
| Width | Gets or sets a value that indicates the link's width. |