TaskLink(SeriesPoint) Constructor
Initializes a new instance of the TaskLink class, specifying the relation to the child point and the TaskLinkType.FinishToStart (default) link type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
point | SeriesPoint | A SeriesPoint object specifying the child point for the relation being created. |
See Also