ExcelChartTimeUnit Enumeration
Represents the time unit for category axis
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 14.0.0
public enum ExcelChartTimeUnit
| Days | 0 |
The time unit is a day.
|
| Months | 1 |
The time unit is a month.
|
| Years | 2 |
The time units is a year.
|