ExcelChartCategoryAxisMajorTimeUnitScale Property |
Gets or sets the major unit scale for the category axis. It is used when the CategoryAxisType is TimeScale.
The default value is Days.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelChartTimeUnit MajorTimeUnitScale { get; set; }Public Property MajorTimeUnitScale As ExcelChartTimeUnit
Get
Set
Property Value
ExcelChartTimeUnit
See Also