<dateAx>
(Date Axis)
This element specifies a date axis for the chart.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DateAx">
<sequence>
<group ref="EG_AxShared" minOccurs="1" maxOccurs="1"/>
<element name="auto" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="lblOffset" type="CT_LblOffset" minOccurs="0" maxOccurs="1"/>
<element name="baseTimeUnit" type="CT_TimeUnit" minOccurs="0" maxOccurs="1"/>
<element name="majorUnit" type="CT_AxisUnit" minOccurs="0" maxOccurs="1"/>
<element name="majorTimeUnit" type="CT_TimeUnit" minOccurs="0" maxOccurs="1"/>
<element name="minorUnit" type="CT_AxisUnit" minOccurs="0" maxOccurs="1"/>
<element name="minorTimeUnit" type="CT_TimeUnit" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>