Skip to main content
A newer version of this page is available. .

TaskLinkOptionsModel.ColorSource Property

Gets or sets the value of the TaskLinkOptions.ColorSource within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
public TaskLinkColorSource ColorSource { get; set; }

Property Value

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to ColorSource
GanttSeriesViewModel
.LinkOptions.ColorSource
OverlappedGanttSeriesViewModel
.LinkOptions.ColorSource
SideBySideGanttSeriesViewModel
.LinkOptions.ColorSource
See Also