TaskLinkOptionsModel.ColorSource Property
Gets or sets the value of the TaskLinkOptions.ColorSource within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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 |
|