2.24.3.68 CT_PercentageColorPosition
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_ValueColorEndPosition, CT_ValueColorMiddlePosition
A complex type<482> that specifies a color position at a fixed percentage value, for composing a gradient expressing a range of data values as colors.
Attributes:
val: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<483> that specifies the percentage value.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_PercentageColorPosition"> <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).