Returns or sets the marker background color as an index into the current color palette, or as one of the following XlColorIndex constants. Read/write .

XlColorIndex can be one of these XlColorIndex constants.
xlColorIndexNone
xlColorIndexAutomatic

expression.MarkerBackgroundColorIndexexpressionRequired. An expression that returns one of the objects in the Applies To list.

This example sets the marker background and foreground colors for the second point in series one.

With myChart.SeriesCollection(1).Points(2) .MarkerBackgroundColorIndex = 4 'green .MarkerForegroundColorIndex = 3 'red End With

See also: