2.7.3.5 CT_Style

Target namespace: http://schemas.microsoft.com/office/drawing/2007/8/2/chart

Referenced by: style

A complex type that specifies a chart style ([ISO/IEC29500-1:2016] section 21.2).

If this element exists, the CT_Style element ([ISO/IEC29500-4:2016] section A.5.1) that is a descendent of the CT_ChartSpace element ([ISO/IEC29500-4:2016] section A.5.1) that is the ancestor of this element MUST exist, SHOULD<87> be ignored, and MUST have a val attribute equal to the val attribute of this element minus 100.

Attributes:

val: An ST_Style attribute that specifies a chart style.

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

 <xsd:complexType name="CT_Style">
   <xsd:attribute name="val" type="ST_Style" use="required"/>
 </xsd:complexType>

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