TaskLinkOptions Properties
Contains settings that specify the appearance of a TaskLink object in a diagram of the Gantt Series type.Name | Description |
---|---|
ArrowHeight | Gets or sets the arrowhead length in pixels. |
ArrowWidth | Gets or sets the arrowhead width in pixels. |
Color | Gets the color which is used to draw the task link if the TaskLinkOptions.ColorSource property value is TaskLinkColorSource.OwnColor. |
ColorSource | Gets or sets the value indicating which color should be used when painting a task link. |
InFront | Gets or sets the value specifying whether task links should be in front of a diagram. |
MinIndent | Gets or sets the minimum distance between a line connecting relative bars, and bar bodies (in pixels). |
Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
Thickness | Gets or sets the thickness (in pixels) of the line which is used to draw the task link. |
Visible | Specifies whether task links are visible. |
See Also