Hour Property
The Hour property returns or sets starting hour for an axis date time label. Returns a Short.
Syntax
object.Hour
object.Hour = Hour
Parameter | Type | Description |
Hour | Short | required, starting hour |
Example
This example shows how to set the hour for the defined axis value.
TickLabels.DateTime.Hour = 7
Used by: AutoAxisDateTime object