XlMarkerStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public enum class XlMarkerStyle
[System.Runtime.InteropServices.Guid("7CC8C2D6-8F8A-490B-B6F8-3C410554F9E4")]
public enum XlMarkerStyle
[<System.Runtime.InteropServices.Guid("7CC8C2D6-8F8A-490B-B6F8-3C410554F9E4")>]
type XlMarkerStyle =
Public Enum XlMarkerStyle
- Inheritance
-
XlMarkerStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlMarkerStyleX | -4168 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers with an X. |
xlMarkerStylePicture | -4147 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Picture markers. |
xlMarkerStyleNone | -4142 | You should access and use this enumeration from the Excel primary interop assembly (PIA). No markers. |
xlMarkerStyleDot | -4118 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Short bar markers. |
xlMarkerStyleDash | -4115 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Long bar markers. |
xlMarkerStyleAutomatic | -4105 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Automatic markers. |
xlMarkerStyleSquare | 1 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers. |
xlMarkerStyleDiamond | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Diamond-shaped markers. |
xlMarkerStyleTriangle | 3 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Triangular markers. |
xlMarkerStyleStar | 5 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers with an asterisk. |
xlMarkerStyleCircle | 8 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Circular markers. |
xlMarkerStylePlus | 9 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers with a plus sign. |