2.8.4.4 ST_MarkerStyle

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

Referenced by: CT_MarkerLayout

The simple type specifies a shape for a marker.<101> See ([ISO/IEC29500-1:2016] section 21.2.3.27) for visual representations.

Value

Meaning

circle

Specifies a circle shall be drawn at each data point.

dash

Specifies a dash shall be drawn at each data point.

diamond

Specifies a diamond shall be drawn at each data point.

dot

Specifies a dot shall be drawn at each data point.

plus

Specifies a plus shall be drawn at each data point.

square

Specifies a square shall be drawn at each data point.

star

Specifies a star shall be drawn at each data point.

triangle

Specifies a triangle shall be drawn at each data point.

x

Specifies an X shall be drawn at each data point.

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

 <xsd:simpleType name="ST_MarkerStyle">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="circle"/>
     <xsd:enumeration value="dash"/>
     <xsd:enumeration value="diamond"/>
     <xsd:enumeration value="dot"/>
     <xsd:enumeration value="plus"/>
     <xsd:enumeration value="square"/>
     <xsd:enumeration value="star"/>
     <xsd:enumeration value="triangle"/>
     <xsd:enumeration value="x"/>
   </xsd:restriction>
 </xsd:simpleType>

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