Back to Devexpress

TaskLinkOptionsModel.ColorSource Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-tasklinkoptionsmodel.md

latest2.5 KB
Original Source

TaskLinkOptionsModel.ColorSource Property

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

Declaration

csharp
[PropertyForOptions]
public TaskLinkColorSource ColorSource { get; set; }
vb
<PropertyForOptions>
Public Property ColorSource As TaskLinkColorSource

Property Value

TypeDescription
TaskLinkColorSource

The identifier of the color source used for task link rendering.

|

Available values:

NameDescription
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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ColorSource
GanttSeriesViewModel

.LinkOptions .ColorSource

|

See Also

TaskLinkOptionsModel Class

TaskLinkOptionsModel Members

DevExpress.XtraCharts.Designer Namespace