TaskLinkOptionsModel.ColorSource Property
Gets or sets the value of the TaskLinkOptions.ColorSource within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
[PropertyForOptions]
public TaskLinkColorSource ColorSource { get; set; }
#Property Value
Type | Description |
---|---|
Task |
The identifier of the color source used for task link rendering. |
Available values:
Name | Description |
---|---|
Parent |
The task link is painted with the color of the parent bar in the Task |
Parent |
The task link is painted with the color of the parent bar’s border in the Task |
Child |
The task link is painted with the color of the child bar in the Task |
Child |
The task link is painted with the color of the child bar’s border in the Task |
Own |
The task link is painted with the color specified by the Task |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Color |
---|---|
Gantt |
|