[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the smallest time unit that is represented on the date axis.
Parent Elements |
dateAx (§5.7.2.39) |
Attributes |
Description |
val (Time Unit Value) |
Specifies the time unit for the tick marks.
The possible values for this attribute are defined by the ST_TimeUnit simple type (§5.7.3.50). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TimeUnit">
<attribute name="val" type="ST_TimeUnit" default="days"/>
</complexType>