2.24.3.60 CT_NumberColorPosition
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_ValueColorEndPosition, CT_ValueColorMiddlePosition
A complex type<447> that specifies a color position at a fixed data value, for composing a gradient expressing a range of data values as colors.
Attributes:
val: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<448> that specifies the data value of the color position.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_NumberColorPosition"> <xsd:attribute name="val" type="xsd:double" use="required"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).