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. This is a dependency property.

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

Syntax

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

Implements

IScheduleChartView..::.UseMultipleLinesPerRow

See Also