Object Reference > PointStyles Collection > PointStyles Collection Methods > Remove Method (PointStyles) |
Remove Method (PointStyles)
Removes a ChartStyle from a specified series and point.
Sub Remove(Series As Long, Point As Long)
Part |
Type |
Description |
Series |
Long |
The series you want to remove a custom ChartStyle from. |
Point |
Long |
The point in the series you want to remove the ChartStyle from. |
See Also