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.
Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.
public enum class XlMarkerStyle
public enum XlMarkerStyle
Public Enum XlMarkerStyle
- Inheritance
-
XlMarkerStyle
Fields
Name | Value | Description |
---|---|---|
xlMarkerStyleX | -4168 | Square markers with an X |
xlMarkerStylePicture | -4147 | Picture markers |
xlMarkerStyleNone | -4142 | No markers |
xlMarkerStyleDot | -4118 | Short bar markers |
xlMarkerStyleDash | -4115 | Long bar markers |
xlMarkerStyleAutomatic | -4105 | Automatic markers |
xlMarkerStyleSquare | 1 | Square markers |
xlMarkerStyleDiamond | 2 | Diamond-shaped markers |
xlMarkerStyleTriangle | 3 | Triangular markers |
xlMarkerStyleStar | 5 | Square markers with an asterisk |
xlMarkerStyleCircle | 8 | Circular markers |
xlMarkerStylePlus | 9 | Square markers with a plus sign |