In This Topic
Returns or sets the minor unit scale value for the category axis when the
CategoryType
property is set to
CategoryType.TimeScale.
Syntax
'Declaration
Property MinorUnitScale As TimeUnit
'Usage
Dim instance As IAxis
Dim value As TimeUnit
instance.MinorUnitScale = value
value = instance.MinorUnitScale
TimeUnit MinorUnitScale {get; set;}
See Also