2.7.3.3 CT_InvertSolidFillFmt
Target namespace: http://schemas.microsoft.com/office/drawing/2007/8/2/chart
Referenced by: invertSolidFillFmt
A complex type that specifies the color of the negative data points of the chart series ([ISO/IEC29500-1:2016] section 21.2).
MUST NOT exist if the parent CT_BarSer element ([ISO/IEC29500-4:2016] section A.5.1) or parent CT_BubbleSer element ([ISO/IEC29500-4:2016] section A.5.1) has a child CT_ShapeProperties element ([ISO/IEC29500-4:2016] section A.4.1) that does not have a child CT_SolidColorFillProperties element ([ISO/IEC29500-4:2016] section A.4.1).
MUST NOT exist if not a descendant of a CT_BarChart element ([ISO/IEC29500-4:2016] section A.5.1), CT_Bar3DChart element ([ISO/IEC29500-4:2016] section A.5.1), or CT_BubbleChart element ([ISO/IEC29500-4:2016] section A.5.1).
MUST NOT exist if the parent CT_BarSer element or parent CT_BubbleSer element has a child invertIfNegative.
Child Elements:
spPr: A CT_ShapeProperties element that specifies the solid color of the negative data points of the chart series ([ISO/IEC29500-1:2016] section 21.2). MUST have a child CT_SolidColorFillProperties element.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_InvertSolidFillFmt"> <xsd:sequence> <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="1" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
See section 5.10 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).