Occurs when the user changes the value of a chart data point.
Syntax
Private Sub object_SeriesChange(ByVal SeriesIndex As Long, ByVal PointIndex As Long)
object An object of type Chart declared with events in a class module. For more information, see Using Events with the Chart Object.
SeriesIndex The offset within the Series collection for the changed series.
PointIndex The offset within the Points collection for the changed point.