Marker property
Returns or sets the symbol that marks each data point. Read/write. Constant.
Syntax
pen
.Marker
[ = marker
]where
pen
- is a Pen object or an expression that evaluates to a Pen object.marker
- is a constant of the type RSTpolyMarkers that specifies the marker to display at each data point.Remarks
If the DataPointConnections property is set to rstNotConnected and the Marker property is rstPolyNone (the default), the chart will not show any data.
The following shows the chart example:

Provide Feedback