XlMarkerStyle Enumeration

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)

Syntax

'Declaration
<GuidAttribute("7CC8C2D6-8F8A-490B-B6F8-3C410554F9E4")> _
Public Enumeration XlMarkerStyle
'Usage
Dim instance As XlMarkerStyle
[GuidAttribute("7CC8C2D6-8F8A-490B-B6F8-3C410554F9E4")]
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.

See Also

Reference

Microsoft.Office.Core Namespace