[Table of Contents] [docx version]
Error! No text of specified style in document.
marker (Marker)
This element specifies a data marker.
Parent Elements |
dPt (§5.7.2.52); pivotFmt (§5.7.2.143); ser (§5.7.2.172); ser (§5.7.2.173); ser (§5.7.2.169) |
Child Elements |
Subclause |
extLst (Chart Extensibility) |
§5.7.2.64 |
size (Size) |
§5.7.2.193 |
spPr (Shape Properties) |
§5.7.2.198 |
symbol (Symbol) |
§5.7.2.206 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Marker">
<sequence>
<element name="symbol" type="CT_MarkerStyle" minOccurs="0" maxOccurs="1"/>
<element name="size" type="CT_MarkerSize" minOccurs="0" maxOccurs="1"/>
<element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>