Gets a collection of time intervals that are to be considered as special nonworking time (such as holidays or or other type of break time) in the chart.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
| C# |
|---|
public ObservableCollection<TimeInterval> NonworkingIntervals { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property NonworkingIntervals As ObservableCollection(Of TimeInterval) |