Gets or sets the custom intervals or the current scale item. Item keys represent time intervals, and values represent texts to be displayed as chart headers.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public SortedDictionary<TimeInterval, string> Intervals { get; set; }
Visual Basic (Declaration)
Public Property Intervals As SortedDictionary(Of TimeInterval, String)

See Also