windowsforms-devexpress-dot-xtracharts-dot-designer-dot-tasklinkoptionsmodel.md
Gets or sets the value of the TaskLinkOptions.ColorSource within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
[PropertyForOptions]
public TaskLinkColorSource ColorSource { get; set; }
<PropertyForOptions>
Public Property ColorSource As TaskLinkColorSource
| Type | Description |
|---|---|
| TaskLinkColorSource |
The identifier of the color source used for task link rendering.
|
Available values:
| Name | Description |
|---|---|
| ParentColor |
The task link is painted with the color of the parent bar in the TaskLink relation.
| | ParentBorderColor |
The task link is painted with the color of the parent bar’s border in the TaskLink relation.
| | ChildColor |
The task link is painted with the color of the child bar in the TaskLink relation.
| | ChildBorderColor |
The task link is painted with the color of the child bar’s border in the TaskLink relation.
| | OwnColor |
The task link is painted with the color specified by the TaskLinkOptions.Color property.
|
You can access this nested property as listed below:
| Object Type | Path to ColorSource |
|---|---|
| GanttSeriesViewModel |
.LinkOptions .ColorSource
|
See Also