DTMinorUnits Property

The DTMinorUnits property returns or sets axis minor tick mark date/time spacing units. Returns a Double.

Use the DTUnits to set the axis major tick mark date/time units.

Syntax

object.DTMinorUnits

object.DTMinorUnits = DTMinorUnits

 

Parameter Type Description
DTMinorUnits Long required, can use grfDateTimeexcluding

 

Example

This example shows how to set the date time spacing units for an axis.

Axis.TickMarks.DTMinorUnits = grfMonth

 

Used by: AutoAxisTickMarks object