2.24.3.90 CT_ValueColorMiddlePosition
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_ValueColorPositions
A complex type<570> that specifies the position of the stop of a gradient between the minimum and maximum for representing data values as color.
Child Elements:
number: A CT_NumberColorPosition element<571> that specifies that the position’s location on the gradient is determined by a fixed numerical value.
percent: A CT_PercentageColorPosition element<572> 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_ValueColorMiddlePosition"> <xsd:choice minOccurs="1" maxOccurs="1"> <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).