TaskLinkOptions Members
Contains settings that specify the appearance of a TaskLink object in a diagram of the Gantt Series type.Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(ChartElement) | Copies all settings from the TaskLinkOptions object passed as a parameter. |
| Clone() | Creates a copy of the current ChartElement object. Inherited from ChartElement. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current TaskLinkOptions object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns the textual representation of the TaskLinkOptions object. |
See Also