Gets or sets the color used to draw the borders of the milestone shape of the current item in the chart, if it is declared as a milestone.

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

Syntax

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

See Also