Series.MarkerBackgroundColorIndex Property

Excel Developer Reference

Returns or sets the marker background color as an index into the current color palette, or as one of the following XlColorIndex constants: xlColorIndexAutomatic or xlColorIndexNone. Applies only to line, scatter, and radar charts. Read/write Long.

Syntax

expression.MarkerBackgroundColorIndex

expression   A variable that represents a Series object.

See Also