Colors

The complex type CT_Colors holds the actual color values that are to be applied to a given diagram and how those colors are to be applied. It contains the color application method and hue shift direction, and is defined as follows:

<xsd:complexType name="CT_Colors>
  <xsd:sequence>
    <xsd:group ref="a:EG_ColorChoice" minOccurs="0" maxOccurs="unbounded" />
  </xsd:sequence>
  <xsd:attribute name="meth" type="ST_ClrAppMethod" use="optional" 
    default="span" />
  <xsd:attribute name="hueDir" type="ST_HueDir" use="optional" 
    default="cw" />
</xsd:complexType>

The sequence of colors is defined via the sequence of EG_ColorChoices.