XlMarkerStyle Enum

Definition

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

xlMarkerStyleAutomatic -4105

You should access and use this enumeration from the Excel primary interop assembly (PIA). Automatic markers.

xlMarkerStyleCircle 8

You should access and use this enumeration from the Excel primary interop assembly (PIA). Circular markers.

xlMarkerStyleDash -4115

You should access and use this enumeration from the Excel primary interop assembly (PIA). Long bar markers.

xlMarkerStyleDiamond 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Diamond-shaped markers.

xlMarkerStyleDot -4118

You should access and use this enumeration from the Excel primary interop assembly (PIA). Short bar markers.

xlMarkerStyleNone -4142

You should access and use this enumeration from the Excel primary interop assembly (PIA). No markers.

xlMarkerStylePicture -4147

You should access and use this enumeration from the Excel primary interop assembly (PIA). Picture markers.

xlMarkerStylePlus 9

You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers with a plus sign.

xlMarkerStyleSquare 1

You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers.

xlMarkerStyleStar 5

You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers with an asterisk.

xlMarkerStyleTriangle 3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Triangular markers.

xlMarkerStyleX -4168

You should access and use this enumeration from the Excel primary interop assembly (PIA). Square markers with an X.

Applies to