MinorDTOn Property
The MinorDTOn property returns or sets whether minor axis date/time spacing labels use date/time format. Returns a Boolean.
Syntax
object.MinorDTOn
object.MinorDTOn = MinorDTOn
Parameter | Type | Description |
MinorDTOn | Boolean | required, True turns on the display of minor labels using the date/time format |
Example
This example shows how to set the date time spacing for an axis.
Axis.TickLabels.DateTime.MinorDTOn = True
Used by: AutoAxisDateTime Object