2.24.3.26 CT_FormatOverride
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_FormatOverrides
A complex type<335> that specifies an override of a chart’s data point color style format.
Child Elements:
spPr: A CT_ShapeProperties ([ISO/IEC29500-4:2016] section A.4.1) element<336> that specifies the shape properties to override the chart’s color style format. A chart’s color style assigns a unique color format per data point according to an index.
extLst: A CT_ExtensionList element<337> that specifies an extensibility container.
Attributes:
idx: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute<338> that specifies the index of the color format being overridden.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_FormatOverride"> <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).