MarkerLayoutProperties class
Defines the MarkerLayoutProperties Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is cs:dataPointMarkerLayout.
Inheritance hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office15.Drawing.ChartStyle.MarkerLayoutProperties
Namespace: DocumentFormat.OpenXml.Office15.Drawing.ChartStyle
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class MarkerLayoutProperties _
Inherits OpenXmlLeafElement
'Usage
Dim instance As MarkerLayoutProperties
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class MarkerLayoutProperties : OpenXmlLeafElement
Remarks
2.5.98 CT_MarkerLayout
Target namespace: https://schemas.microsoft.com/office/drawing/2012/chartStyle
Referenced by: CT_ChartStyle
The complex type specifies additional properties for data points that have markers.
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.16 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See also
Reference
MarkerLayoutProperties members
DocumentFormat.OpenXml.Office15.Drawing.ChartStyle namespace