Applies To
LegendKey Object, Point Object, Series Object.
Description
Returns or sets the marker style for a point or series on a line chart, a scatter chart, or a radar chart. Read-write.
Remarks
This property can have one of the following values.
Value |
Meaning |
xlNone |
No markers. |
xlAutomatic |
Automatic markers. |
xlSquare |
Square markers. |
xlDiamond |
Diamond-shaped markers. |
xlTriangle |
Triangular markers. |
xlX |
Square markers with an X. |
xlStar |
Square markers with an asterisk. |
xlDot |
Short bar markers. |
xlDash |
Long bar markers. |
xlCircle |
Circular markers. |
xlPlus |
Square markers with a plus sign. |
xlPicture |
Picture markers. |
Example
This example sets the marker style for series one in Chart1. The example should be run on a 2-D line chart.
Charts("Chart1").SeriesCollection(1).MarkerStyle = xlCircle