Skip to main content

TaskLinkOptionsModel.Color Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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
See Also