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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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