Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
Returns or sets the marker style for a point or series in a line chart, scatter chart, or radar chart. Read/write XlMarkerStyle.
Syntax
expression.MarkerStyle
expression A variable that represents a Series object.
Example
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
Support and feedback
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.