Back to Devexpress

TaskLink Constructors

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

latest2.2 KB
Original Source

TaskLink Constructors

Represents a Task Link object that is specific to a Gantt Chart diagram type.

NameParametersDescription
TaskLink()noneInitializes a new instance of the TaskLink class with the default settings.
TaskLink(SeriesPoint, TaskLinkType)point, linkTypeInitializes a new instance of the TaskLink class, specifying the relation to the child point and the link type.
TaskLink(SeriesPoint)pointInitializes a new instance of the TaskLink class, specifying the relation to the child point and the TaskLinkType.FinishToStart (default) link type.
TaskLink(Int32, TaskLinkType)childPointID, linkTypeInitializes a new instance of the TaskLink class, specifying the child point ID in a relation, and the link type.
TaskLink(Int32)childPointIDInitializes a new instance of the TaskLink class, specifying the child point ID in a relation, and the TaskLinkType.FinishToStart (default) link type.

See Also

TaskLink Class

TaskLink Members

DevExpress.XtraCharts Namespace