MarkerType Class

Defines the MarkerType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType
        DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor
        DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor

Namespace:  DocumentFormat.OpenXml.Drawing.ChartDrawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(XPosition))> _
<ChildElementInfoAttribute(GetType(YPosition))> _
Public MustInherit Class MarkerType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As MarkerType
[ChildElementInfoAttribute(typeof(XPosition))]
[ChildElementInfoAttribute(typeof(YPosition))]
public abstract class MarkerType : OpenXmlCompositeElement

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

MarkerType Members

DocumentFormat.OpenXml.Drawing.ChartDrawing Namespace