2.22.3.4 CT_ChartDataPointUniqueIDMap
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chart
Referenced by: datapointuniqueidmap
A complex type<194> that specifies a mapping from each data point index to the unique ID of that data point entry, for a single series. This mapping is stored as an extension to the chart series.
Child Elements:
ptentry: A CT_ChartDataPointUniqueIDMapEntry element<195> that specifies a mapping entry.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ChartDataPointUniqueIDMap"> <xsd:sequence> <xsd:element name="ptentry" type="CT_ChartDataPointUniqueIDMapEntry" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType>
See section 5.20 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).