2.8.3.5 CT_MarkerLayout

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

Referenced by: CT_ChartStyle

The complex type specifies additional properties for data points that have markers.<94>

Attributes:

symbol: An ST_MarkerStyle attribute that specifies a style for markers on a chart.

size: An ST_MarkerSize attribute that specifies the size for markers on a chart.

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

 <xsd:complexType name="CT_MarkerLayout">
   <xsd:attribute name="symbol" type="ST_MarkerStyle" use="optional"/>
   <xsd:attribute name="size" type="ST_MarkerSize" use="optional"/>
 </xsd:complexType>

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