Object Reference > PointStyles Collection > PointStyles Collection Methods > Add Method (PointStyles) |
Add Method (PointStyles)
Adds a custom ChartStyle to the specified series and point.
Function Add(Series As Long, Point As Long) As ChartStyle
Part |
Type |
Description |
Series |
Long |
The series you want to add a custom ChartStyle to. |
Point |
Long |
The point in the series you want to change. |
See Also