Skip to main content
A newer version of this page is available. .

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

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