2.24.3.92 CT_ValueColors

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_Series

A complex type<578> that specifies the color of individual stops composing a gradient for representing data values as color.

Child Elements:

minColor: A CT_SolidColorFillProperties ([ISO/IEC29500-4:2016] section A.4.1) element<579> that specifies the color of the lowest position of the gradient.

midColor: A CT_SolidColorFillProperties ([ISO/IEC29500-4:2016] section A.4.1) element<580> that specifies the color of the position between the lowest and highest positions of the gradient.

maxColor: A CT_SolidColorFillProperties ([ISO/IEC29500-4:2016] section A.4.1) element<581> that specifies the color of the highest position of the gradient.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_ValueColors">
   <xsd:sequence>
     <xsd:element name="minColor" type="a:CT_SolidColorFillProperties" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="midColor" type="a:CT_SolidColorFillProperties" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="maxColor" type="a:CT_SolidColorFillProperties" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).