Gets or sets the color of the dependency line text 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> DependencyTextStroke { get; set; }
Visual Basic (Declaration)
Public Property DependencyTextStroke As Nullable(Of Color)

See Also