<dPt> (Data Point)

This element specifies a single data point.

Parent Elements

<ser>5.7.2.172); <ser>5.7.2.170); <ser>5.7.2.174); <ser>5.7.2.173); <ser>5.7.2.169); <ser>5.7.2.175); <ser>5.7.2.168)

Child Elements

Subclause

<bubble3D> (3D Bubble)

§5.7.2.19

<explosion> (Explosion)

§5.7.2.61

<extLst> (Chart Extensibility)

§5.7.2.64

<idx> (Index)

§5.7.2.84

<invertIfNegative> (Invert if Negative)

§5.7.2.86

<marker> (Marker)

§5.7.2.106

<pictureOptions> (Picture Options)

§5.7.2.139

<spPr> (Shape Properties)

§5.7.2.198

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>