<stockChart>
(Stock Charts)
This element contains the collection of stock chart series.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_StockChart">
<sequence>
<element name="ser" type="CT_LineSer" minOccurs="3" maxOccurs="4"/>
<element name="dLbls" type="CT_DLbls" minOccurs="0" maxOccurs="1"/>
<element name="dropLines" type="CT_ChartLines" minOccurs="0" maxOccurs="1"/>
<element name="hiLowLines" type="CT_ChartLines" minOccurs="0" maxOccurs="1"/>
<element name="upDownBars" type="CT_UpDownBars" minOccurs="0" maxOccurs="1"/>
<element name="axId" type="CT_UnsignedInt" minOccurs="2" maxOccurs="2"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>