Skip to main content

TaskLink(Int32, TaskLinkType) Constructor

Initializes a new instance of the TaskLink class, specifying the child point ID in a relation, and the link type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public TaskLink(
    int childPointID,
    TaskLinkType linkType
)

Parameters

Name Type Description
childPointID Int32

An integer value which specifies the ID of the relation’s child point.

linkType TaskLinkType

A TaskLinkType object specifying the link type.

Remarks

This method is hidden and intended for internal use only. Normally, you don’t need to use it.

See Also