TaskLink(Int32) Constructor
In This Article
Initializes a new instance of the TaskLink class, specifying the child point ID in a relation, and the TaskLinkType.FinishToStart (default) link type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
child |
Int32 | An integer value which specifies the ID of the relation’s child point. |
#Remarks
This method is hidden and intended for internal use only. Normally, you don’t need to use it
See Also