EnableDTMinorSpacing Property
The EnableDTMinorSpacing property returns or sets if the axis minor tick mark spacing uses date/time units. Returns a Boolean.
Use the EnableDTSpacing property to set the major tick mark spacing to use date/time units.
Syntax
object.EnableDTMinorSpacing
object.EnableDTMinorSpacing = EnableDTMinorSpacing
Parameter | Type | Description |
EnableDTMinorSpacing | Boolean | required, true to use date/time units |
Example
This example shows how to turn on date/time spacing for minor tick mark labels on an axis.
Axis.TickMarks.EnableDTMinorSpacing = True
Used by: AutoAxisTickMarks object