Optionally gets or sets lag scale to use upon GetPredecessorsString(GanttChartItem) and UpdatePredecessors(GanttChartItem, String) calls. The value indicates the number of hours of a time unit to use. For example, 8 means a working day of 8 hours.

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

Syntax

C#
public double PredecessorsStringLagScale { get; set; }
Visual Basic (Declaration)
Public Property PredecessorsStringLagScale As Double

See Also