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). This is a dependency property.

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

Syntax

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

Implements

IPertChartView..::.DependencyLineTemplate

See Also