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 |
|
dash |
|
diamond |
|
dot |
|
plus |
|
square |
|
star |
|
triangle |
|
x |
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).