MarkerStyleValues Enumeration

Marker Style

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

Syntax

'Declaration
Public Enumeration MarkerStyleValues
'Usage
Dim instance As MarkerStyleValues
public enum MarkerStyleValues

Members

Member name Description
Auto auto. When the item is serialized out as xml, its value is "auto".
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".
None None. When the item is serialized out as xml, its value is "none".
Picture Picture. When the item is serialized out as xml, its value is "picture".
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".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Charts Namespace