Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public TaskLink(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

A SeriesPoint object specifying the child point for the relation being created.

See Also