MinorTimeIncrement Property
The MinorTimeIncrement property returns or sets axis time increment. Returns a Long.
Syntax
object.MinorTimeIncrement
object.MinorTimeIncrement =MinorTimeIncrement
Parameter | Type | Description |
MinorTimeIncrement | Long | required, grfDateTime |
Example
This example shows how to set the time increment for minor date/time labels.
TickLabels.DateTime.MinortimeIncrement = grfDay
Used by: AutoAxisDateTime object