GrapeCity.Xaml.Excel
IsAutoMinorTimeUnit Property


GrapeCity.Excel.Chart Namespace > ExcelChartDateAxis Class : IsAutoMinorTimeUnit Property
Gets a value indicating whether this instance is auto minor time unit.
Syntax
'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.
See Also

Reference

ExcelChartDateAxis Class
ExcelChartDateAxis Members