MarkerStyle enumeration

Office 2013 and later

Defines the MarkerStyle enumeration.

Namespace:  DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
Circle circle. When the item is serialized out as xml, its value is "circle".
Dash dash. When the item is serialized out as xml, its value is "dash".
Diamond diamond. When the item is serialized out as xml, its value is "diamond".
Dot dot. When the item is serialized out as xml, its value is "dot".
Plus plus. When the item is serialized out as xml, its value is "plus".
Square square. When the item is serialized out as xml, its value is "square".
Star star. When the item is serialized out as xml, its value is "star".
Triangle triangle. When the item is serialized out as xml, its value is "triangle".
X x. When the item is serialized out as xml, its value is "x".
Show: