2.8.4.5 ST_StyleColorEnum

Target namespace: http://schemas.microsoft.com/office/drawing/2012/chartStyle

Referenced by: ST_StyleColorVal

This simple type specifies the properties of a chart element that are used as the index when retrieving a color from the CT_ColorStyle (section 2.8.3.2).<102>

Value

Meaning

auto

The relative index of the element in the chart is used as the index into the CT_ColorStyle. For example, auto on a series element will make the first series retrieve the color at the first index; the second will retrieve the color at the second index and so on. Elements that do not have an index (such as a plot area) will retrieve the color at the first index.

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

 <xsd:simpleType name="ST_StyleColorEnum">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="auto"/>
   </xsd:restriction>
 </xsd:simpleType>

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