Object Reference > PointStyles Collection > PointStyles Collection Methods > Move Method (PointStyles) |
Move Method (PointStyles)
Moves a ChartStyle's Series and Point.
Sub Move(oldSeries As Long, oldPoint As Long, newSeries As Long, newPoint As Long)
Part |
Type |
Description |
OldSeries |
Long |
The series you want to move. |
OldPoint |
Long |
The point you want to move. |
NewSeries |
Long |
The new series location. |
NewPoint |
Long |
The new point location. |
See Also