ExcelChartCategoryAxisBaseTimeUnitScale Property

Gets or sets the base unit scale for the category axis. It is used only when the CategoryAxisType is TimeScale. The default value is Days.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelChartTimeUnit BaseTimeUnitScale { get; set; }

Property Value

ExcelChartTimeUnit

See Also