Represents a time scale text format for Gantt Chart scale interval headers of a specific scale in GanttChartView control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public enum TimeScaleTextFormat |
Visual Basic (Declaration) |
---|
Public Enumeration TimeScaleTextFormat |
Members
Member name | Description | |
---|---|---|
ScaleTypeDefault |
Default text format based on the selected ScaleType.
| |
DateTime |
Date and time.
| |
ShortDate |
Short date.
| |
LongDate |
Long date.
| |
Hour |
Hour number of day.
| |
HourLeadingZero |
Hour number of day with leading zero.
| |
DayOfWeekInitial |
First character of the day of week name.
| |
DayOfWeekTwoInitials |
First two characters of the day of week name.
| |
DayOfWeekAbbreviation |
Day of week name abbreviation.
| |
DayOfWeek |
Day of week name.
| |
Day |
Day number in month.
| |
DayLeadingZero |
Day number in month with leading zero.
| |
NumericMonth |
Month number in year.
| |
NumericMonthLeadingZero |
Month number in year with leading zero.
| |
MonthAbbreviation |
Month name abbreviation.
| |
Month |
Month name.
| |
MonthDay |
Month name and day number.
| |
Year |
Year number.
| |
YearOfCentury |
Last two digits of the year number.
| |
YearMonth |
Year number and month name.
| |
Custom |
Custom values provided by setting HeaderContent property of each ScaleInterval object manually.
|