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

TaskLinkOptionsModel.Color Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
public Color Color { get; set; }

Property Value

Type Description
Color

The color of task links.

Property Paths

You can access this nested property as listed below:

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