'Declaration Public Enum TimeUnits Inherits System.Enum
public enum TimeUnits : System.Enum
'Declaration Public Enum TimeUnits Inherits System.Enum
public enum TimeUnits : System.Enum
| Member | Description |
|---|---|
| Day | Time units measured in days. |
| Month | Time units measured in months with the first day of each month. |
| Quarter | Time units measured in quarters with the first day of each quarter. |
| Week | Time units measured in weeks starting at the first of the year. |
| Year | Time units measured in years, with the first day of each year. |
System.Object
System.ValueType
System.Enum
C1.Chart.TimeUnits