Point.MarkerForegroundColor Property
Excel Developer Reference |
Sets the marker foreground color as an RGB value or returns the corresponding color index value. Applies only to line, scatter, and radar charts. Read/write Long.
Syntax
expression.MarkerForegroundColor
expression A variable that represents a Point object.
Example
This example sets the marker background and foreground colors for the second point in series one in Chart1.
Visual Basic for Applications |
---|
|
See Also