Gets or sets the template to be used for displaying dependency lines in the chart (by default arrow polylines drawn for each predecessor item from the appropriate end of the other task event shape to the appropriate end of the corresponding dependent task event shape).

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
DataTemplate DependencyLineTemplate { get; set; }
Visual Basic (Declaration)
Property DependencyLineTemplate As DataTemplate

See Also