'Declaration Public Property IsAutoMinorTimeUnit As Boolean
'Usage Dim instance As ExcelChartDateAxis Dim value As Boolean instance.IsAutoMinorTimeUnit = value value = instance.IsAutoMinorTimeUnit
public bool IsAutoMinorTimeUnit {get; set;}
Property Value
true
if this instance is auto minor time unit; otherwise, false
.