[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies a value axis.
Parent Elements |
plotArea (§5.7.2.146) |
Child Elements |
Subclause |
axId (Axis ID) |
§5.7.2.9 |
axPos (Axis Position) |
§5.7.2.10 |
crossAx (Crossing Axis ID) |
§5.7.2.31 |
crossBetween (Cross Between) |
§5.7.2.32 |
crosses (Crosses) |
§5.7.2.33 |
crossesAt (Crossing Value) |
§5.7.2.34 |
delete (Delete) |
§5.7.2.40 |
dispUnits (Display Units) |
§5.7.2.45 |
extLst (Chart Extensibility) |
§5.7.2.64 |
majorGridlines (Major Gridlines) |
§5.7.2.101 |
majorTickMark (Major Tick Mark) |
§5.7.2.102 |
majorUnit (Major Unit) |
§5.7.2.104 |
minorGridlines (Minor Gridlines) |
§5.7.2.110 |
minorTickMark (Minor Tick Mark) |
§5.7.2.111 |
minorUnit (Minor Unit) |
§5.7.2.113 |
numFmt (Number Format) |
§5.7.2.122 |
scaling (Scaling) |
§5.7.2.161 |
spPr (Shape Properties) |
§5.7.2.198 |
tickLblPos (Tick Label Position) |
§5.7.2.208 |
title (Title) |
§5.7.2.211 |
txPr (Text Properties) |
§5.7.2.217 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ValAx">
<sequence>
<group ref="EG_AxShared" minOccurs="1" maxOccurs="1"/>
<element name="crossBetween" type="CT_CrossBetween" minOccurs="0" maxOccurs="1"/>
<element name="majorUnit" type="CT_AxisUnit" minOccurs="0" maxOccurs="1"/>
<element name="minorUnit" type="CT_AxisUnit" minOccurs="0" maxOccurs="1"/>
<element name="dispUnits" type="CT_DispUnits" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>