EnableDTSpacing Property

The EnableDTSpacing property returns or sets if the axis major tick mark spacing uses date/time units. Returns a Boolean.

Use the EnableDTMinorSpacing to set the major tick mark spacing to use date/time units.

Syntax

object.EnableDTSpacing

object.EnableDTSpacing = EnableDTSpacing

 

Parameter Type Description
EnableDTSpacing Boolean required, true to use date/time units

 

Example

This example shows how to turn on date/time spacing for an axis.

Axis.TickMarks.EnableDTSpacing = True

 

Used by: AutoAxisTickMarks object