2.24.3.21 CT_DataPoint
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_Series
A complex type<323> that specifies a data point.
Child Elements:
spPr: A CT_ShapeProperties ([ISO/IEC29500-4:2016] section A.4.1) element<324> that specifies the OfficeArt shape properties for this data point.
extLst: A CT_ExtensionList element<325> that specifies an extensibility container.
Attributes:
idx: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute<326> that specifies the index of this data point in the series.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_DataPoint"> <xsd:sequence> <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/> <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="idx" type="xsd:unsignedInt" use="required"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).