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