ExcelChartCategoryAxisAutoBaseTimeUnitScale Property
Gets or sets a flag indicating if the base unit is automatically selected for the category axis.
It is used when the CategoryAxisType is TimeScale.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool AutoBaseTimeUnitScale { get; set; }
Public Property AutoBaseTimeUnitScale As Boolean
Get
Set
public:
property bool AutoBaseTimeUnitScale {
bool get ();
void set (bool value);
}
member AutoBaseTimeUnitScale : bool with get, set
Property Value
Boolean