2.7.4.1 ST_Style

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

Referenced by: CT_Style

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

The style definitions for this simple type are identical to the corresponding ST_Style style definitions ([ISO/IEC29500-1:2016] section 21.2.3.46), with the following exceptions:

  • The number for each style in this simple type is 100 plus the corresponding style number in ST_Style ([ISO/IEC29500-1:2016] section 21.2.3.46).

  • The ST_Style simple type ([ISO/IEC29500-1:2016] section 21.2.3.46) states, "If the chart does not have a font size set, then the default font size is 10." This is changed in this simple type to the following: If the chart does not have a font size set, the default font size for the chart is 10 points, and the default font size for the chart title is 18 points.

  • The ST_Style simple type ([ISO/IEC29500-1:2016] section 21.2.3.46), table 2, column Axis & Major Gridlines has a value of "tx1" for styles 1 to 32. This is changed in this simple type to specify that styles 101 to 132 have a value of "75% tint of tx1".

  • The ST_Style simple type ([ISO/IEC29500-1:2016] section 21.2.3.46), table 2, column Axis & Major Gridlines has a value of "dk1" for styles 33 to 48. This is changed in this simple type to specify that styles 133 to 148 have a value of "75% tint of dk1".

  • The ST_Style simple type ([ISO/IEC29500-1:2016] section 21.2.3.46), table 2, column Minor Gridlines has a value of "50% tint of tx1" for styles 33 to 40. This is changed in this simple type to specify that styles 133 to 140 have a value of "50% tint of dk1".

  • The ST_Style simple type ([ISO/IEC29500-1:2016] section 21.2.3.46), table 2, column Minor Gridlines has a value of "90% tint of tx1" for styles 41 to 48. This is changed in this simple type to specify that styles 141 to 148 have a value of "90% tint of dk1".

  • The ST_Style simple type ([ISO/IEC29500-1:2016] section 21.2.3.46), table 2, column Other Lines has a value of "25% shade of dk1" for styles 35 to 40. This is changed in this simple type to specify that styles 135 to 140 have a value of "dk1".

  • The ST_Style simple type ([ISO/IEC29500-1:2016] section 21.2.3.46), table 3, column Floor, Walls & Plot Area (2-D) has a value of "accent1-6" for styles 35 to 40. This is changed in this simple type to specify that styles 135 to 140 have a value of "20% tint of accent1-6".

  • The ST_Style simple type ([ISO/IEC29500-1:2016] section 21.2.3.46), tables 4 and 5 do not specify the color of the effect. This is changed in this simple type to specify in tables 4 and 5 that the effect color is "dk1" if the style has an effect applied.

  • The ST_Style simple type ([ISO/IEC29500-1:2016] section 21.2.3.46), table 5, column Line Color or Pattern has a value of "50% shade of dk1" for style 33. This is changed in this simple type to specify that style 133 has a value of "92.5% tint of dk1".

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

 <xsd:simpleType name="ST_Style">
   <xsd:restriction base="xsd:unsignedByte">
     <xsd:minInclusive value="101"/>
     <xsd:maxInclusive value="148"/>
   </xsd:restriction>
 </xsd:simpleType>

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