[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies the up and down bars.
Parent Elements |
lineChart (§5.7.2.98); stockChart (§5.7.2.199) |
Child Elements |
Subclause |
downBars (Down Bars) |
§5.7.2.51 |
extLst (Chart Extensibility) |
§5.7.2.64 |
gapWidth (Gap Width) |
§5.7.2.75 |
upBars (Up Bars) |
§5.7.2.218 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_UpDownBars">
<sequence>
<element name="gapWidth" type="CT_GapAmount" minOccurs="0" maxOccurs="1"/>
<element name="upBars" type="CT_UpDownBar" minOccurs="0" maxOccurs="1"/>
<element name="downBars" type="CT_UpDownBar" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>