Click or drag to resize

ExcelChartTimeUnit Enumeration

Represents the time unit for category axis

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public enum ExcelChartTimeUnit
Members
Member nameValueDescription
Days0 The time unit is a day.
Months1 The time unit is a month.
Years2 The time units is a year.
See Also