<dPt>
(Data Point)
This element specifies a single data point.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DPt">
<sequence>
<element name="idx" type="CT_UnsignedInt" minOccurs="1" maxOccurs="1"/>
<element name="invertIfNegative" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="marker" type="CT_Marker" minOccurs="0" maxOccurs="1"/>
<element name="bubble3D" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="explosion" type="CT_UnsignedInt" minOccurs="0" maxOccurs="1"/>
<element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
<element name="pictureOptions" type="CT_PictureOptions" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>