Series.MarkerStyle (Word)
Returns or sets the marker style for a point or series in a line chart, scatter chart, or radar chart. Here you can find possible values for
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.SeriesCollection(1).MarkerStyle = xlMarkerStyleCircle
End If
End With