Gets or sets a set of JavaScript function body code statements (considering control, item, and predecessor item parameters), returning SVG content to be presented as dependency line for an item and a specified predecessor item in the chart, between a task event and its predecessor (usually a polyline computed based on the task event and predecessor shape positions in the chart).

Namespace:  DlhSoft.Web.Mvc.Pert
Assembly:  DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)

Syntax

C#
public virtual string DependencyLineTemplateClientCode { get; set; }
Visual Basic (Declaration)
Public Overridable Property DependencyLineTemplateClientCode As String

See Also