Gets or sets the color used to draw the dependency line in the chart.

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

Syntax

C#
public Nullable<Color> DependencyLineStroke { get; set; }
Visual Basic (Declaration)
Public Property DependencyLineStroke As Nullable(Of Color)

See Also