MarkerLayoutProperties class
Defines the MarkerLayoutProperties Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is cs:dataPointMarkerLayout.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties
Namespace: DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.5.95 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.<156>
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] 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] section 2.1).