ScatterStyleValues enumeration
Office 2013 and later
Scatter Style
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Line | Line. When the item is serialized out as xml, its value is "line". | |
| LineMarker | Line with Markers. When the item is serialized out as xml, its value is "lineMarker". | |
| Marker | Marker. When the item is serialized out as xml, its value is "marker". | |
| Smooth | Smooth. When the item is serialized out as xml, its value is "smooth". | |
| SmoothMarker | Smooth with Markers. When the item is serialized out as xml, its value is "smoothMarker". |
Show: