Series.MarkerStyle property (Excel)
Returns or sets the marker style for a point or series in a line chart, scatter chart, or radar chart. Read/write XlMarkerStyle.
expression.MarkerStyle
expression A variable that represents a Series object.
This example sets the marker style for series one on Chart1. The example should be run on a 2D line chart.
Charts("Chart1").SeriesCollection(1) _
.MarkerStyle = xlMarkerStyleCircle
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.