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.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelChartTimeUnit BaseTimeUnitScale { get; set; }
Public Property BaseTimeUnitScale As ExcelChartTimeUnit
Get
Set
public:
property ExcelChartTimeUnit BaseTimeUnitScale {
ExcelChartTimeUnit get ();
void set (ExcelChartTimeUnit value);
}
member BaseTimeUnitScale : ExcelChartTimeUnit with get, set
Property Value
ExcelChartTimeUnit