UseDateTimeFormat Property
The UseDateTimeFormat property returns or sets the use of date/time formatted labels. Returns a Boolean.
Syntax
object.UseDateTimeFormat
object.UseDateTimeFormat = UseDateTimeFormat
Parameter | Type | Description |
UseDateTimeFormat | Boolean | required |
Example
This example shows how to turn on the date/time label formats for an axis.
Axis.TickLabels.UseDateTimeFormat = True
Used by: AutoAxisTickLabels object