MarkerStyle enumeration
Office 2013 and later
Defines the MarkerStyle enumeration.
Namespace: DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| 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: