ExcelChartTimeUnit Enumeration |
Represents the time unit for category axis
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelChartTimeUnit
Public Enumeration ExcelChartTimeUnit
Members| Member name | Value | Description |
|---|
| Days | 0 |
The time unit is a day.
|
| Months | 1 |
The time unit is a month.
|
| Years | 2 |
The time units is a year.
|
See Also