2.24.3.89 CT_ValueColorEndPosition

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

Referenced by: CT_ValueColorPositions

A complex type<566> that specifies the position of either the minimum or maximum stop of a gradient for representing data values as color.

Child Elements:

extremeValue: A CT_ExtremeValueColorPosition element<567> that specifies whether the position is the minimum or maximum stop of the gradient.

number: A CT_NumberColorPosition element<568> that specifies that the position’s location on the gradient is determined by a fixed numerical value. 

percent: A CT_PercentageColorPosition element<569> that specifies that the position’s location on the gradient is determined by a fixed percent value of the data value range represented by the gradient. The minimum percent value is 0, the maximum is 100.

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

 <xsd:complexType name="CT_ValueColorEndPosition">
   <xsd:choice minOccurs="1" maxOccurs="1">
     <xsd:element name="extremeValue" type="CT_ExtremeValueColorPosition"/>
     <xsd:element name="number" type="CT_NumberColorPosition"/>
     <xsd:element name="percent" type="CT_PercentageColorPosition"/>
   </xsd:choice>
 </xsd:complexType>

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