TaskLink(SeriesPoint, TaskLinkType) Constructor
Initializes a new instance of the TaskLink class, specifying the relation to the child point and the 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. |
linkType | TaskLinkType | A TaskLinkType object specifying the link type. |
See Also