Represents the text format to be used when presenting the header of a Scale item in the chart area of a GanttChartView control.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
[SerializableAttribute] public enum ScaleHeaderTextFormat |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Enumeration ScaleHeaderTextFormat |
Members
| Member name | Description | |
|---|---|---|
| DateTime |
Displays date and time values.
| |
| Date |
Displays date values.
| |
| Hour |
Displays leading zero based hour values of the day.
| |
| DayOfWeek |
Displays full names of the days of the week.
| |
| DayOfWeekAbbreviation |
Displays abbreviations of the days of the week.
| |
| Day |
Displays leading zero based day values of the month.
| |
| Month |
Displays full names of the months of the year.
| |
| MonthAbbreviation |
Displays abbreviations of the months of the year.
| |
| Year |
Displays four digit year values.
| |
| MonthYear |
Displays full names of the months and the year.
| |
| Custom |
Displays custom header values (specified as Key property) of the interval items (Intervals dictionary).
|