Gets or sets a value indicating whether to enable displaying multiple lines per row, so that bars representing tasks assigned to the same resource do not overlap in the chart area.

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

Syntax

C#
bool UseMultipleLinesPerRow { get; set; }
Visual Basic (Declaration)
Property UseMultipleLinesPerRow As Boolean

See Also