InvertSolidFillFormat class
Defines the InvertSolidFillFormat Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is c14:invertSolidFillFmt.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat
Namespace: DocumentFormat.OpenXml.Office2010.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.12 invertSolidFillFmt
Target namespace: http://schemas.microsoft.com/office/drawing/2007/8/2/chart
A CT_InvertSolidFillFmt element that specifies the color of the negative data points of the chart ([ISO/IEC-29500-1] section 21.2) series.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="invertSolidFillFmt" type="CT_InvertSolidFillFmt"/>
See section 5.10 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.56 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/IEC-29500-1] section 21.2).
MUST NOT exist if the parent CT_BarSer element ([ISO/IEC-29500-4] section A.5.1) or parent CT_BubbleSer element ([ISO/IEC-29500-4] section A.5.1) has a child CT_ShapeProperties element ([ISO/IEC-29500-4] section A.4.1) that does not have a child CT_SolidColorFillProperties element ([ISO/IEC-29500-4] section A.4.1).
MUST NOT exist if not a descendant of a CT_BarChart element ([ISO/IEC-29500-4] section A.5.1), CT_Bar3DChart element ([ISO/IEC-29500-4] section A.5.1), or CT_BubbleChart element ([ISO/IEC-29500-4] 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/IEC-29500-1] section 21.2). MUST have a child CT_SolidColorFillProperties element.
The following W3C XML Schema ([XMLSCHEMA1] 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] section 2.1).