Color Property (SymbolStyle)
The symbol color. You can specify RGB colors using the RGB() or QBColor() functions.
Syntax
Property Color As OLE_COLOR
Example
' Set symbol color for second chart style to green
Chart2D1.ChartGroups(1).Styles(2).Symbol.Color = RGB(0, 128, 0)
See Also
SymbolStyle Object