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