MarkerForegroundColorIndex Property Example
This example sets the marker background and foreground colors for the second point in series one in Chart1.
With Charts("Chart1").SeriesCollection(1).Points(2)
.MarkerBackgroundColorIndex = 4 'green
.MarkerForegroundColorIndex = 3 'red
End With