ScatterStyleValues Enumeration
Scatter Style
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration ScatterStyleValues
'Usage
Dim instance As ScatterStyleValues
public enum ScatterStyleValues
Members
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". |