Gets the scale interval collection that is considered for displaying header and content areas for the current scale in the view. 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 ObservableCollection<ScaleInterval> Intervals { get; set; }
Visual Basic (Declaration)
Public Property Intervals As ObservableCollection(Of ScaleInterval)

See Also