XlMarkerStyle Enumeration
Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("12B55737-A883-42FF-B5F7-D7360E7B97B4")> _
Public Enumeration XlMarkerStyle
'Usage
Dim instance As XlMarkerStyle
[GuidAttribute("12B55737-A883-42FF-B5F7-D7360E7B97B4")]
public enum XlMarkerStyle
Members
Member name | Description | |
---|---|---|
xlMarkerStyleAutomatic | Automatic markers. | |
xlMarkerStyleCircle | Circular markers. | |
xlMarkerStyleDash | Long bar markers. | |
xlMarkerStyleDiamond | Diamond-shaped markers. | |
xlMarkerStyleDot | Short bar markers. | |
xlMarkerStyleNone | No markers. | |
xlMarkerStylePicture | Picture markers. | |
xlMarkerStylePlus | Square markers with a plus sign. | |
xlMarkerStyleSquare | Square markers. | |
xlMarkerStyleStar | Square markers with an asterisk. | |
xlMarkerStyleTriangle | Triangular markers. | |
xlMarkerStyleX | Square markers with an X. |