Symbol Property (ChartStyle)
The color, size, and shape of points in plots.
Syntax
Property Symbol As SymbolStyle (read-only)
Example
' Position label below chart
Chart2D1.ChartGroups(1).Styles(1).Symbol.Size = 3
See Also
ChartGroup Object
ChartStyle Object
SymbolStyle Object