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

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.v19.1.dll

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