Back to Devexpress

TaskLink.LinkType Property

corelibraries-devexpress-dot-xtracharts-dot-tasklink.md

latest2.2 KB
Original Source

TaskLink.LinkType Property

Gets or sets the value specifying the connection order of child and parent bars.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public TaskLinkType LinkType { get; set; }
vb
Public Property LinkType As TaskLinkType

Property Value

TypeDescription
TaskLinkType

A TaskLinkType enumeration value which represents the connection type.

|

Available values:

NameDescription
FinishToStart

The parent task doesn’t start until the child task is finished. This is the default task link type.

The end of the child bar is connected to the starting point of the parent bar. The arrow points to the parent bar.

| | StartToStart |

The parent task doesn’t start until the child task starts

The starting point of the child bar is connected to the start of the parent bar. The arrow points to the parent bar.

| | FinishToFinish |

The parent task isn’t finished until the child is finished.

The end of the child bar is connected to the end of the parent bar. The arrow points to the parent bar.

| | StartToFinish |

The parent task isn’t finished until the child task starts.

The starting point of the child bar is connected to the end of the parent bar. The arrow points to the parent bar.

|

See Also

TaskLink Class

TaskLink Members

DevExpress.XtraCharts Namespace