XlMarkerStyle enumeration
Office 2013 and later
You should access and use this enumeration from the Excel primary interop assembly (PIA).
Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlMarkerStyleAutomatic | You should access and use this enumeration from the Excel primary interop assembly (PIA). Automatic markers. | |
| xlMarkerStyleCircle | You should access and use this enumeration from the Excel primary interop assembly (PIA). Circular markers. | |
| xlMarkerStyleDash | You should access and use this enumeration from the Excel primary interop assembly (PIA). Long bar markers. | |
| xlMarkerStyleDiamond | You should access and use this enumeration from the Excel primary interop assembly (PIA). Diamond-shaped markers. | |
| xlMarkerStyleDot | You should access and use this enumeration from the Excel primary interop assembly (PIA). Short bar markers. | |
| xlMarkerStyleNone | You should access and use this enumeration from the Excel primary interop assembly (PIA). No markers. | |
| xlMarkerStylePicture | You should access and use this enumeration from the Excel primary interop assembly (PIA). Picture markers. | |
| xlMarkerStylePlus | You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers with a plus sign. | |
| xlMarkerStyleSquare | You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers. | |
| xlMarkerStyleStar | You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers with an asterisk. | |
| xlMarkerStyleTriangle | You should access and use this enumeration from the Excel primary interop assembly (PIA). Triangular markers. | |
| xlMarkerStyleX | You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers with an X. |
Show: