2.24.3.91 CT_ValueColorPositions

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

Referenced by: CT_Series

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

Child Elements:

min: A CT_ValueColorEndPosition element<574> that specifies the position of the lowest data value represented by the gradient. If this element is not specified, it is equal to the lowest value of the data value range.

mid: A CT_ValueColorMiddlePosition element<575> that specifies the position between the lowest and highest data values represented by the gradient. If this element is not specified, it is equal to the midpoint value between the lowest and highest data values represented by the gradient.

max: A CT_ValueColorEndPosition element<576> that specifies the position of the highest data value represented by the gradient. If this element is not specified, it is equal to the highest value of the data value range.

Attributes:

count: An ST_ValueColorPositionCount attribute<577> that specifies the number of stops in the gradient. If the value is equal to 2, then the mid element is ignored.

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

 <xsd:complexType name="CT_ValueColorPositions">
   <xsd:sequence>
     <xsd:element name="min" type="CT_ValueColorEndPosition" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="mid" type="CT_ValueColorMiddlePosition" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="max" type="CT_ValueColorEndPosition" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="count" type="ST_ValueColorPositionCount" use="optional" default="2"/>
 </xsd:complexType>

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