Represents the type of a Scale item to be presented in the chart area of a GanttChartView control.

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

Syntax

C#
[SerializableAttribute]
public enum ScaleType
Visual Basic (Declaration)
<SerializableAttribute> _
Public Enumeration ScaleType

Members

Member nameDescription
Hours
Displays hour intervals.
Days
Displays day intervals.
Weeks
Displays week intervals.
Months
Displays month intervals.
Years
Displays year intervals.
Custom
Displays custom intervals (specified as Value property) of the interval items (Intervals dictionary).

See Also