<serAx>
(Series Axis)
This element specifies a series axis for the chart.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SerAx">
<sequence>
<group ref="EG_AxShared" minOccurs="1" maxOccurs="1"/>
<element name="tickLblSkip" type="CT_Skip" minOccurs="0" maxOccurs="1"/>
<element name="tickMarkSkip" type="CT_Skip" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>